Html Css Color HEX #C92925 Persian Red

📋 copy color: '#C92925'

red 201 ◦ green 41 ◦ blue 37

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

Shades of Persian Red #C92925

Tints of Persian Red #C92925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 72.04%
G = 14.7%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C92925 (or 0xC92925) is known color: Persian Red. HEX triplet: C9, 29 and 25. RGB value is (201,41,37). Sum of RGB (Red+Green+Blue) = 201+41+37=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C92925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92925 is #36D6DA. Grayscale: #585858. Windows color (decimal): -3593947 or 2435529. OLE color: 2435529.

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

Color convert

RGB 201 41 37 -
CMYK 0 0.80 0.82 0.21
HSL 1.46º 0.69% 0.47% -
HSV(B) 1.46º 0.82% 0.79% -
XYZ 25.21 14.14 3.15 -
YUV 88.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 201 41 37 0 0.80 0.82 0.21 1.46 0.69 0.47
Hex C9 29 25 0 50 52 15 1 45 2F
Octal 311 51 45 0 120 122 25 1 105 57
Binary 11001001 101001 100101 0 1010000 1010010 10101 1 1000101 101111

Color Harmonies of #C92925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92925

Black with #C92925

Text Example


Text Example

White with #C92925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92925; }

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

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

background-color css

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

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

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

border-color css

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

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

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