Html Css Color HEX #C91B27 Fire Engine Red

📋 copy color: '#C91B27'

red 201 ◦ green 27 ◦ blue 39

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

Shades of Fire Engine Red #C91B27

Tints of Fire Engine Red #C91B27

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

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

R = 75.28%
G = 10.11%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C91B27 (or 0xC91B27) is known color: Fire Engine Red. HEX triplet: C9, 1B and 27. RGB value is (201,27,39). Sum of RGB (Red+Green+Blue) = 201+27+39=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B27 is #36E4D8. Grayscale: #505050. Windows color (decimal): -3597529 or 2563017. OLE color: 2563017.

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

Color convert

RGB 201 27 39 -
CMYK 0 0.87 0.81 0.21
HSL 355.86º 0.76% 0.45% -
HSV(B) 355.86º 0.87% 0.79% -
XYZ 24.85 13.35 3.19 -
YUV 80.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 201 27 39 0 0.87 0.81 0.21 355.86 0.76 0.45
Hex C9 1B 27 0 57 51 15 164 4C 2D
Octal 311 33 47 0 127 121 25 544 114 55
Binary 11001001 11011 100111 0 1010111 1010001 10101 101100100 1001100 101101

Color Harmonies of #C91B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B27

Black with #C91B27

Text Example


Text Example

White with #C91B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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