Html Css Color HEX #C91227 Fire Engine Red

📋 copy color: '#C91227'

red 201 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #C91227

Tints of Fire Engine Red #C91227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 77.91%
G = 6.98%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C91227 (or 0xC91227) is known color: Fire Engine Red. HEX triplet: C9, 12 and 27. RGB value is (201,18,39). Sum of RGB (Red+Green+Blue) = 201+18+39=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C91227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91227 is #36EDD8. Grayscale: #4B4B4B. Windows color (decimal): -3599833 or 2560713. OLE color: 2560713.

HSL color Cylindrical-coordinate representation of color #C91227: hue angle of 353.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91227 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 39 -
CMYK 0 0.91 0.81 0.21
HSL 353.11º 0.84% 0.43% -
HSV(B) 353.11º 0.91% 0.79% -
XYZ 24.67 13 3.13 -
YUV 75.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 201 18 39 0 0.91 0.81 0.21 353.11 0.84 0.43
Hex C9 12 27 0 5B 51 15 161 54 2B
Octal 311 22 47 0 133 121 25 541 124 53
Binary 11001001 10010 100111 0 1011011 1010001 10101 101100001 1010100 101011

Color Harmonies of #C91227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91227

Black with #C91227

Text Example


Text Example

White with #C91227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91227; }

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

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

background-color css

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

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

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

border-color css

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

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

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