Html Css Color HEX #C93C27 Persian Red

📋 copy color: '#C93C27'

red 201 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #C93C27

Tints of Persian Red #C93C27

RGB

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

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

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

R = 67%
G = 20%
B = 13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93C27 (or 0xC93C27) is known color: Persian Red. HEX triplet: C9, 3C and 27. RGB value is (201,60,39). Sum of RGB (Red+Green+Blue) = 201+60+39=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C27 is #36C3D8. Grayscale: #636363. Windows color (decimal): -3589081 or 2571465. OLE color: 2571465.

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

Color convert

RGB 201 60 39 -
CMYK 0 0.70 0.81 0.21
HSL 7.78º 0.68% 0.47% -
HSV(B) 7.78º 0.81% 0.79% -
XYZ 26.07 15.8 3.59 -
YUV 99.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 201 60 39 0 0.70 0.81 0.21 7.78 0.68 0.47
Hex C9 3C 27 0 46 51 15 8 44 2F
Octal 311 74 47 0 106 121 25 10 104 57
Binary 11001001 111100 100111 0 1000110 1010001 10101 1000 1000100 101111

Color Harmonies of #C93C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C27

Black with #C93C27

Text Example


Text Example

White with #C93C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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