Html Css Color HEX #C92922 Persian Red

📋 copy color: '#C92922'

red 201 ◦ green 41 ◦ blue 34

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

Shades of Persian Red #C92922

Tints of Persian Red #C92922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 72.83%
G = 14.86%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C92922 (or 0xC92922) is known color: Persian Red. HEX triplet: C9, 29 and 22. RGB value is (201,41,34). Sum of RGB (Red+Green+Blue) = 201+41+34=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C92922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92922 is #36D6DD. Grayscale: #585858. Windows color (decimal): -3593950 or 2238921. OLE color: 2238921.

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

Color convert

RGB 201 41 34 -
CMYK 0 0.80 0.83 0.21
HSL 2.51º 0.71% 0.46% -
HSV(B) 2.51º 0.83% 0.79% -
XYZ 25.17 14.12 2.91 -
YUV 88.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 201 41 34 0 0.80 0.83 0.21 2.51 0.71 0.46
Hex C9 29 22 0 50 53 15 3 47 2E
Octal 311 51 42 0 120 123 25 3 107 56
Binary 11001001 101001 100010 0 1010000 1010011 10101 11 1000111 101110

Color Harmonies of #C92922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92922

Black with #C92922

Text Example


Text Example

White with #C92922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92922; }

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

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

background-color css

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

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

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

border-color css

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

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

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