Html Css Color HEX #C9101B Fire Engine Red

📋 copy color: '#C9101B'

red 201 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #C9101B

Tints of Fire Engine Red #C9101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 82.38%
G = 6.56%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9101B (or 0xC9101B) is known color: Fire Engine Red. HEX triplet: C9, 10 and 1B. RGB value is (201,16,27). Sum of RGB (Red+Green+Blue) = 201+16+27=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C9101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9101B is #36EFE4. Grayscale: #484848. Windows color (decimal): -3600357 or 1773769. OLE color: 1773769.

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

Color convert

RGB 201 16 27 -
CMYK 0 0.92 0.87 0.21
HSL 356.43º 0.85% 0.43% -
HSV(B) 356.43º 0.92% 0.79% -
XYZ 24.47 12.87 2.23 -
YUV 72.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 201 16 27 0 0.92 0.87 0.21 356.43 0.85 0.43
Hex C9 10 1B 0 5C 57 15 164 55 2B
Octal 311 20 33 0 134 127 25 544 125 53
Binary 11001001 10000 11011 0 1011100 1010111 10101 101100100 1010101 101011

Color Harmonies of #C9101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9101B

Black with #C9101B

Text Example


Text Example

White with #C9101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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