Html Css Color HEX #C92126 Fire Engine Red

📋 copy color: '#C92126'

red 201 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #C92126

Tints of Fire Engine Red #C92126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 73.9%
G = 12.13%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92126 (or 0xC92126) is known color: Fire Engine Red. HEX triplet: C9, 21 and 26. RGB value is (201,33,38). Sum of RGB (Red+Green+Blue) = 201+33+38=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C92126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92126 is #36DED9. Grayscale: #535353. Windows color (decimal): -3595994 or 2499017. OLE color: 2499017.

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

Color convert

RGB 201 33 38 -
CMYK 0 0.84 0.81 0.21
HSL 358.21º 0.72% 0.46% -
HSV(B) 358.21º 0.84% 0.79% -
XYZ 24.98 13.65 3.15 -
YUV 83.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 201 33 38 0 0.84 0.81 0.21 358.21 0.72 0.46
Hex C9 21 26 0 54 51 15 166 48 2E
Octal 311 41 46 0 124 121 25 546 110 56
Binary 11001001 100001 100110 0 1010100 1010001 10101 101100110 1001000 101110

Color Harmonies of #C92126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92126

Black with #C92126

Text Example


Text Example

White with #C92126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92126; }

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

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

background-color css

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

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

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

border-color css

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

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

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