Html Css Color HEX #C93E36 Persian Red

📋 copy color: '#C93E36'

red 201 ◦ green 62 ◦ blue 54

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

Shades of Persian Red #C93E36

Tints of Persian Red #C93E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 63.41%
G = 19.56%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93E36 (or 0xC93E36) is known color: Persian Red. HEX triplet: C9, 3E and 36. RGB value is (201,62,54). Sum of RGB (Red+Green+Blue) = 201+62+54=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E36 is #36C1C9. Grayscale: #666666. Windows color (decimal): -3588554 or 3555017. OLE color: 3555017.

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

Color convert

RGB 201 62 54 -
CMYK 0 0.69 0.73 0.21
HSL 3.27º 0.58% 0.5% -
HSV(B) 3.27º 0.73% 0.79% -
XYZ 26.48 16.13 5.21 -
YUV 102.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 201 62 54 0 0.69 0.73 0.21 3.27 0.58 0.5
Hex C9 3E 36 0 45 49 15 3 3A 32
Octal 311 76 66 0 105 111 25 3 72 62
Binary 11001001 111110 110110 0 1000101 1001001 10101 11 111010 110010

Color Harmonies of #C93E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E36

Black with #C93E36

Text Example


Text Example

White with #C93E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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