Html Css Color HEX #C93C39 Persian Red

📋 copy color: '#C93C39'

red 201 ◦ green 60 ◦ blue 57

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

Shades of Persian Red #C93C39

Tints of Persian Red #C93C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 63.21%
G = 18.87%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93C39 (or 0xC93C39) is known color: Persian Red. HEX triplet: C9, 3C and 39. RGB value is (201,60,57). Sum of RGB (Red+Green+Blue) = 201+60+57=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C39 is #36C3C6. Grayscale: #656565. Windows color (decimal): -3589063 or 3751113. OLE color: 3751113.

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

Color convert

RGB 201 60 57 -
CMYK 0 0.70 0.72 0.21
HSL 1.25º 0.57% 0.51% -
HSV(B) 1.25º 0.72% 0.79% -
XYZ 26.44 15.94 5.55 -
YUV 101.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 201 60 57 0 0.70 0.72 0.21 1.25 0.57 0.51
Hex C9 3C 39 0 46 48 15 1 39 33
Octal 311 74 71 0 106 110 25 1 71 63
Binary 11001001 111100 111001 0 1000110 1001000 10101 1 111001 110011

Color Harmonies of #C93C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C39

Black with #C93C39

Text Example


Text Example

White with #C93C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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