Html Css Color HEX #C92521 Persian Red

📋 copy color: '#C92521'

red 201 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #C92521

Tints of Persian Red #C92521

RGB

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

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

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

R = 74.17%
G = 13.65%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92521 (or 0xC92521) is known color: Persian Red. HEX triplet: C9, 25 and 21. RGB value is (201,37,33). Sum of RGB (Red+Green+Blue) = 201+37+33=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C92521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92521 is #36DADE. Grayscale: #555555. Windows color (decimal): -3594975 or 2172361. OLE color: 2172361.

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

Color convert

RGB 201 37 33 -
CMYK 0 0.82 0.84 0.21
HSL 1.43º 0.72% 0.46% -
HSV(B) 1.43º 0.84% 0.79% -
XYZ 25.02 13.85 2.79 -
YUV 85.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 201 37 33 0 0.82 0.84 0.21 1.43 0.72 0.46
Hex C9 25 21 0 52 54 15 1 48 2E
Octal 311 45 41 0 122 124 25 1 110 56
Binary 11001001 100101 100001 0 1010010 1010100 10101 1 1001000 101110

Color Harmonies of #C92521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92521

Black with #C92521

Text Example


Text Example

White with #C92521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92521; }

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

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

background-color css

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

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

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

border-color css

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

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

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