Html Css Color HEX #C93736 Persian Red

📋 copy color: '#C93736'

red 201 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #C93736

Tints of Persian Red #C93736

RGB

 RED value IS 201 (78.91% from 255) = 64.84%

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

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

R = 64.84%
G = 17.74%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93736 (or 0xC93736) is known color: Persian Red. HEX triplet: C9, 37 and 36. RGB value is (201,55,54). Sum of RGB (Red+Green+Blue) = 201+55+54=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C93736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93736 is #36C8C9. Grayscale: #626262. Windows color (decimal): -3590346 or 3553225. OLE color: 3553225.

HSL color Cylindrical-coordinate representation of color #C93736: hue angle of 0.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93736 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 54 -
CMYK 0 0.73 0.73 0.21
HSL 0.41º 0.58% 0.5% -
HSV(B) 0.41º 0.73% 0.79% -
XYZ 26.12 15.42 5.09 -
YUV 98.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 201 55 54 0 0.73 0.73 0.21 0.41 0.58 0.5
Hex C9 37 36 0 49 49 15 0 3A 32
Octal 311 67 66 0 111 111 25 0 72 62
Binary 11001001 110111 110110 0 1001001 1001001 10101 0 111010 110010

Color Harmonies of #C93736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93736

Black with #C93736

Text Example


Text Example

White with #C93736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93736; }

 p { color: rgb(201,55,54); }

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

background-color css

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

 a { background-color: rgb(201,55,54); }

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

border-color css

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

 span { border-color: rgb(201,55,54); }

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