Html Css Color HEX #C92721 Persian Red

📋 copy color: '#C92721'

red 201 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #C92721

Tints of Persian Red #C92721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 73.63%
G = 14.29%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92721 (or 0xC92721) is known color: Persian Red. HEX triplet: C9, 27 and 21. RGB value is (201,39,33). Sum of RGB (Red+Green+Blue) = 201+39+33=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92721 is #36D8DE. Grayscale: #565656. Windows color (decimal): -3594463 or 2172873. OLE color: 2172873.

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

Color convert

RGB 201 39 33 -
CMYK 0 0.81 0.84 0.21
HSL 2.14º 0.72% 0.46% -
HSV(B) 2.14º 0.84% 0.79% -
XYZ 25.09 13.98 2.81 -
YUV 86.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 201 39 33 0 0.81 0.84 0.21 2.14 0.72 0.46
Hex C9 27 21 0 51 54 15 2 48 2E
Octal 311 47 41 0 121 124 25 2 110 56
Binary 11001001 100111 100001 0 1010001 1010100 10101 10 1001000 101110

Color Harmonies of #C92721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92721

Black with #C92721

Text Example


Text Example

White with #C92721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92721; }

 p { color: rgb(201,39,33); }

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

background-color css

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

 a { background-color: rgb(201,39,33); }

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

border-color css

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

 span { border-color: rgb(201,39,33); }

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