Html Css Color HEX #C92422 Persian Red

📋 copy color: '#C92422'

red 201 ◦ green 36 ◦ blue 34

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

Shades of Persian Red #C92422

Tints of Persian Red #C92422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 74.17%
G = 13.28%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C92422 (or 0xC92422) is known color: Persian Red. HEX triplet: C9, 24 and 22. RGB value is (201,36,34). Sum of RGB (Red+Green+Blue) = 201+36+34=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C92422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92422 is #36DBDD. Grayscale: #555555. Windows color (decimal): -3595230 or 2237641. OLE color: 2237641.

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

Color convert

RGB 201 36 34 -
CMYK 0 0.82 0.83 0.21
HSL 0.72º 0.71% 0.46% -
HSV(B) 0.72º 0.83% 0.79% -
XYZ 25.01 13.79 2.86 -
YUV 85.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 201 36 34 0 0.82 0.83 0.21 0.72 0.71 0.46
Hex C9 24 22 0 52 53 15 1 47 2E
Octal 311 44 42 0 122 123 25 1 107 56
Binary 11001001 100100 100010 0 1010010 1010011 10101 1 1000111 101110

Color Harmonies of #C92422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92422

Black with #C92422

Text Example


Text Example

White with #C92422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92422; }

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

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

background-color css

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

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

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

border-color css

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

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

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