Html Css Color HEX #C83E36 Persian Red

📋 copy color: '#C83E36'

red 200 ◦ green 62 ◦ blue 54

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

Shades of Persian Red #C83E36

Tints of Persian Red #C83E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 63.29%
G = 19.62%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C83E36 (or 0xC83E36) is known color: Persian Red. HEX triplet: C8, 3E and 36. RGB value is (200,62,54). Sum of RGB (Red+Green+Blue) = 200+62+54=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E36 is #37C1C9. Grayscale: #666666. Windows color (decimal): -3654090 or 3555016. OLE color: 3555016.

HSL color Cylindrical-coordinate representation of color #C83E36: hue angle of 3.29º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83E36 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 62 54 -
CMYK 0 0.69 0.73 0.22
HSL 3.29º 0.57% 0.5% -
HSV(B) 3.29º 0.73% 0.78% -
XYZ 26.21 15.99 5.2 -
YUV 102.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 200 62 54 0 0.69 0.73 0.22 3.29 0.57 0.5
Hex C8 3E 36 0 45 49 16 3 39 32
Octal 310 76 66 0 105 111 26 3 71 62
Binary 11001000 111110 110110 0 1000101 1001001 10110 11 111001 110010

Color Harmonies of #C83E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E36

Black with #C83E36

Text Example


Text Example

White with #C83E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E36; }

 p { color: rgb(200,62,54); }

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

background-color css

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

 a { background-color: rgb(200,62,54); }

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

border-color css

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

 span { border-color: rgb(200,62,54); }

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