Html Css Color HEX #C93324 Persian Red

📋 copy color: '#C93324'

red 201 ◦ green 51 ◦ blue 36

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

Shades of Persian Red #C93324

Tints of Persian Red #C93324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 69.79%
G = 17.71%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93324 (or 0xC93324) is known color: Persian Red. HEX triplet: C9, 33 and 24. RGB value is (201,51,36). Sum of RGB (Red+Green+Blue) = 201+51+36=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C93324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93324 is #36CCDB. Grayscale: #5E5E5E. Windows color (decimal): -3591388 or 2372553. OLE color: 2372553.

HSL color Cylindrical-coordinate representation of color #C93324: hue angle of 5.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C93324 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 36 -
CMYK 0 0.75 0.82 0.21
HSL 5.45º 0.7% 0.46% -
HSV(B) 5.45º 0.82% 0.79% -
XYZ 25.59 14.91 3.2 -
YUV 94.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 201 51 36 0 0.75 0.82 0.21 5.45 0.7 0.46
Hex C9 33 24 0 4B 52 15 5 46 2E
Octal 311 63 44 0 113 122 25 5 106 56
Binary 11001001 110011 100100 0 1001011 1010010 10101 101 1000110 101110

Color Harmonies of #C93324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93324

Black with #C93324

Text Example


Text Example

White with #C93324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93324; }

 p { color: rgb(201,51,36); }

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

background-color css

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

 a { background-color: rgb(201,51,36); }

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

border-color css

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

 span { border-color: rgb(201,51,36); }

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