Html Css Color HEX #C92527 Fire Engine Red

📋 copy color: '#C92527'

red 201 ◦ green 37 ◦ blue 39

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

Shades of Fire Engine Red #C92527

Tints of Fire Engine Red #C92527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.08%

R = 72.56%
G = 13.36%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92527 (or 0xC92527) is known color: Fire Engine Red. HEX triplet: C9, 25 and 27. RGB value is (201,37,39). Sum of RGB (Red+Green+Blue) = 201+37+39=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92527 is #36DAD8. Grayscale: #565656. Windows color (decimal): -3594969 or 2565577. OLE color: 2565577.

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

Color convert

RGB 201 37 39 -
CMYK 0 0.82 0.81 0.21
HSL 359.27º 0.69% 0.47% -
HSV(B) 359.27º 0.82% 0.79% -
XYZ 25.12 13.89 3.28 -
YUV 86.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 201 37 39 0 0.82 0.81 0.21 359.27 0.69 0.47
Hex C9 25 27 0 52 51 15 167 45 2F
Octal 311 45 47 0 122 121 25 547 105 57
Binary 11001001 100101 100111 0 1010010 1010001 10101 101100111 1000101 101111

Color Harmonies of #C92527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92527

Black with #C92527

Text Example


Text Example

White with #C92527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92527; }

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

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

background-color css

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

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

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

border-color css

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

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

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