Html Css Color HEX #C92125 Fire Engine Red

📋 copy color: '#C92125'

red 201 ◦ green 33 ◦ blue 37

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

Shades of Fire Engine Red #C92125

Tints of Fire Engine Red #C92125

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

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

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

Color convert

RGB 201 33 37 -
CMYK 0 0.84 0.82 0.21
HSL 358.57º 0.72% 0.46% -
HSV(B) 358.57º 0.84% 0.79% -
XYZ 24.97 13.64 3.07 -
YUV 83.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 201 33 37 0 0.84 0.82 0.21 358.57 0.72 0.46
Hex C9 21 25 0 54 52 15 167 48 2E
Octal 311 41 45 0 124 122 25 547 110 56
Binary 11001001 100001 100101 0 1010100 1010010 10101 101100111 1001000 101110

Color Harmonies of #C92125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92125

Black with #C92125

Text Example


Text Example

White with #C92125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92125; }

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

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

background-color css

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

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

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

border-color css

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

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

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