Html Css Color HEX #C9121A Fire Engine Red

📋 copy color: '#C9121A'

red 201 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #C9121A

Tints of Fire Engine Red #C9121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 82.04%
G = 7.35%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9121A (or 0xC9121A) is known color: Fire Engine Red. HEX triplet: C9, 12 and 1A. RGB value is (201,18,26). Sum of RGB (Red+Green+Blue) = 201+18+26=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C9121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9121A is #36EDE5. Grayscale: #494949. Windows color (decimal): -3599846 or 1708745. OLE color: 1708745.

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

Color convert

RGB 201 18 26 -
CMYK 0 0.91 0.87 0.21
HSL 357.38º 0.84% 0.43% -
HSV(B) 357.38º 0.91% 0.79% -
XYZ 24.49 12.92 2.18 -
YUV 73.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 201 18 26 0 0.91 0.87 0.21 357.38 0.84 0.43
Hex C9 12 1A 0 5B 57 15 165 54 2B
Octal 311 22 32 0 133 127 25 545 124 53
Binary 11001001 10010 11010 0 1011011 1010111 10101 101100101 1010100 101011

Color Harmonies of #C9121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9121A

Black with #C9121A

Text Example


Text Example

White with #C9121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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