Html Css Color HEX #C92924 Persian Red

📋 copy color: '#C92924'

red 201 ◦ green 41 ◦ blue 36

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

Shades of Persian Red #C92924

Tints of Persian Red #C92924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 72.3%
G = 14.75%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C92924 (or 0xC92924) is known color: Persian Red. HEX triplet: C9, 29 and 24. RGB value is (201,41,36). Sum of RGB (Red+Green+Blue) = 201+41+36=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C92924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92924 is #36D6DB. Grayscale: #585858. Windows color (decimal): -3593948 or 2369993. OLE color: 2369993.

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

Color convert

RGB 201 41 36 -
CMYK 0 0.80 0.82 0.21
HSL 1.82º 0.7% 0.46% -
HSV(B) 1.82º 0.82% 0.79% -
XYZ 25.2 14.13 3.07 -
YUV 88.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 201 41 36 0 0.80 0.82 0.21 1.82 0.7 0.46
Hex C9 29 24 0 50 52 15 2 46 2E
Octal 311 51 44 0 120 122 25 2 106 56
Binary 11001001 101001 100100 0 1010000 1010010 10101 10 1000110 101110

Color Harmonies of #C92924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92924

Black with #C92924

Text Example


Text Example

White with #C92924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92924; }

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

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

background-color css

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

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

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

border-color css

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

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

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