Html Css Color HEX #C92525 Persian Red

📋 copy color: '#C92525'

red 201 ◦ green 37 ◦ blue 37

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

Shades of Persian Red #C92525

Tints of Persian Red #C92525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 73.09%
G = 13.45%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C92525 (or 0xC92525) is known color: Persian Red. HEX triplet: C9, 25 and 25. RGB value is (201,37,37). Sum of RGB (Red+Green+Blue) = 201+37+37=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C92525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92525 is #36DADA. Grayscale: #565656. Windows color (decimal): -3594971 or 2434505. OLE color: 2434505.

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

Color convert

RGB 201 37 37 -
CMYK 0 0.82 0.82 0.21
HSL 0.69% 0.47% -
HSV(B) 0.82% 0.79% -
XYZ 25.08 13.87 3.11 -
YUV 86.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 201 37 37 0 0.82 0.82 0.21 0 0.69 0.47
Hex C9 25 25 0 52 52 15 0 45 2F
Octal 311 45 45 0 122 122 25 0 105 57
Binary 11001001 100101 100101 0 1010010 1010010 10101 0 1000101 101111

Color Harmonies of #C92525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92525

Black with #C92525

Text Example


Text Example

White with #C92525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92525; }

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

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

background-color css

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

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

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

border-color css

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

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

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