Html Css Color HEX #C92625 Persian Red

📋 copy color: '#C92625'

red 201 ◦ green 38 ◦ blue 37

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

Shades of Persian Red #C92625

Tints of Persian Red #C92625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.77%

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

R = 72.83%
G = 13.77%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C92625 (or 0xC92625) is known color: Persian Red. HEX triplet: C9, 26 and 25. RGB value is (201,38,37). Sum of RGB (Red+Green+Blue) = 201+38+37=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C92625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92625 is #36D9DA. Grayscale: #565656. Windows color (decimal): -3594715 or 2434761. OLE color: 2434761.

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

Color convert

RGB 201 38 37 -
CMYK 0 0.81 0.82 0.21
HSL 0.37º 0.69% 0.47% -
HSV(B) 0.37º 0.82% 0.79% -
XYZ 25.11 13.94 3.12 -
YUV 86.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 201 38 37 0 0.81 0.82 0.21 0.37 0.69 0.47
Hex C9 26 25 0 51 52 15 0 45 2F
Octal 311 46 45 0 121 122 25 0 105 57
Binary 11001001 100110 100101 0 1010001 1010010 10101 0 1000101 101111

Color Harmonies of #C92625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92625

Black with #C92625

Text Example


Text Example

White with #C92625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92625; }

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

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

background-color css

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

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

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

border-color css

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

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

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