Html Css Color HEX #C83727 Persian Red

📋 copy color: '#C83727'

red 200 ◦ green 55 ◦ blue 39

#C83727
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C83727

Tints of Persian Red #C83727

RGB

 RED value IS 200 (78.52% from 255) = 68.03%

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 68.03%
G = 18.71%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83727 (or 0xC83727) is known color: Persian Red. HEX triplet: C8, 37 and 27. RGB value is (200,55,39). Sum of RGB (Red+Green+Blue) = 200+55+39=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C83727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83727 is #37C8D8. Grayscale: #606060. Windows color (decimal): -3655897 or 2570184. OLE color: 2570184.

HSL color Cylindrical-coordinate representation of color #C83727: hue angle of 5.96º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83727 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 39 -
CMYK 0 0.72 0.80 0.22
HSL 5.96º 0.67% 0.47% -
HSV(B) 5.96º 0.81% 0.78% -
XYZ 25.55 15.16 3.5 -
YUV 96.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 200 55 39 0 0.72 0.80 0.22 5.96 0.67 0.47
Hex C8 37 27 0 48 50 16 6 43 2F
Octal 310 67 47 0 110 120 26 6 103 57
Binary 11001000 110111 100111 0 1001000 1010000 10110 110 1000011 101111

Color Harmonies of #C83727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83727

Black with #C83727

Text Example


Text Example

White with #C83727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83727; }

 p { color: rgb(200,55,39); }

 H1.HeaderClassName
 {
   color: #C83727;
 }
 .AnyTagClassName
 {
   color: #C83727;
 }
</style>

background-color css

<style>
 a { background-color: #C83727; }

 a { background-color: rgb(200,55,39); }

 div.DivClassName
 {
   background-color: #C83727;
 }
 .BgClassName
 {
   background-color: #C83727;
 }
</style>

border-color css

<style>
 span { border-color: #C83727; }

 span { border-color: rgb(200,55,39); }

 td.TdClassName
 {
   border-color: #C83727;
 }
 .TagClassName
 {
   border-color: #C83727;
 }
</style>