Html Css Color HEX #C83936 Persian Red

📋 copy color: '#C83936'

red 200 ◦ green 57 ◦ blue 54

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

Shades of Persian Red #C83936

Tints of Persian Red #C83936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 64.31%
G = 18.33%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C83936 (or 0xC83936) is known color: Persian Red. HEX triplet: C8, 39 and 36. RGB value is (200,57,54). Sum of RGB (Red+Green+Blue) = 200+57+54=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C83936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83936 is #37C6C9. Grayscale: #636363. Windows color (decimal): -3655370 or 3553736. OLE color: 3553736.

HSL color Cylindrical-coordinate representation of color #C83936: hue angle of 1.23º 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 #C83936 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 57 54 -
CMYK 0 0.72 0.73 0.22
HSL 1.23º 0.57% 0.5% -
HSV(B) 1.23º 0.73% 0.78% -
XYZ 25.95 15.47 5.11 -
YUV 99.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 200 57 54 0 0.72 0.73 0.22 1.23 0.57 0.5
Hex C8 39 36 0 48 49 16 1 39 32
Octal 310 71 66 0 110 111 26 1 71 62
Binary 11001000 111001 110110 0 1001000 1001001 10110 1 111001 110010

Color Harmonies of #C83936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83936

Black with #C83936

Text Example


Text Example

White with #C83936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83936; }

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

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

background-color css

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

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

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

border-color css

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

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

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