Html Css Color HEX #C93C28 Persian Red

📋 copy color: '#C93C28'

red 201 ◦ green 60 ◦ blue 40

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

Shades of Persian Red #C93C28

Tints of Persian Red #C93C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 66.78%
G = 19.93%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93C28 (or 0xC93C28) is known color: Persian Red. HEX triplet: C9, 3C and 28. RGB value is (201,60,40). Sum of RGB (Red+Green+Blue) = 201+60+40=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C28 is #36C3D7. Grayscale: #646464. Windows color (decimal): -3589080 or 2637001. OLE color: 2637001.

HSL color Cylindrical-coordinate representation of color #C93C28: hue angle of 7.45º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C93C28 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 40 -
CMYK 0 0.70 0.80 0.21
HSL 7.45º 0.67% 0.47% -
HSV(B) 7.45º 0.8% 0.79% -
XYZ 26.09 15.8 3.68 -
YUV 99.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 201 60 40 0 0.70 0.80 0.21 7.45 0.67 0.47
Hex C9 3C 28 0 46 50 15 7 43 2F
Octal 311 74 50 0 106 120 25 7 103 57
Binary 11001001 111100 101000 0 1000110 1010000 10101 111 1000011 101111

Color Harmonies of #C93C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C28

Black with #C93C28

Text Example


Text Example

White with #C93C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C28; }

 p { color: rgb(201,60,40); }

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

background-color css

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

 a { background-color: rgb(201,60,40); }

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

border-color css

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

 span { border-color: rgb(201,60,40); }

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