Html Css Color HEX #C92522 Persian Red

📋 copy color: '#C92522'

red 201 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #C92522

Tints of Persian Red #C92522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

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

R = 73.9%
G = 13.6%
B = 12.5%

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

#C92522 (or 0xC92522) is known color: Persian Red. HEX triplet: C9, 25 and 22. RGB value is (201,37,34). Sum of RGB (Red+Green+Blue) = 201+37+34=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C92522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92522 is #36DADD. Grayscale: #555555. Windows color (decimal): -3594974 or 2237897. OLE color: 2237897.

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

Color convert

RGB 201 37 34 -
CMYK 0 0.82 0.83 0.21
HSL 1.08º 0.71% 0.46% -
HSV(B) 1.08º 0.83% 0.79% -
XYZ 25.04 13.86 2.87 -
YUV 85.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 201 37 34 0 0.82 0.83 0.21 1.08 0.71 0.46
Hex C9 25 22 0 52 53 15 1 47 2E
Octal 311 45 42 0 122 123 25 1 107 56
Binary 11001001 100101 100010 0 1010010 1010011 10101 1 1000111 101110

Color Harmonies of #C92522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92522

Black with #C92522

Text Example


Text Example

White with #C92522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92522; }

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

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

background-color css

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

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

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

border-color css

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

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

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