Html Css Color HEX #C9121D Fire Engine Red

📋 copy color: '#C9121D'

red 201 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #C9121D

Tints of Fire Engine Red #C9121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 81.05%
G = 7.26%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9121D (or 0xC9121D) is known color: Fire Engine Red. HEX triplet: C9, 12 and 1D. RGB value is (201,18,29). Sum of RGB (Red+Green+Blue) = 201+18+29=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9121D is #36EDE2. Grayscale: #4A4A4A. Windows color (decimal): -3599843 or 1905353. OLE color: 1905353.

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

Color convert

RGB 201 18 29 -
CMYK 0 0.91 0.86 0.21
HSL 356.39º 0.84% 0.43% -
HSV(B) 356.39º 0.91% 0.79% -
XYZ 24.53 12.94 2.37 -
YUV 73.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 201 18 29 0 0.91 0.86 0.21 356.39 0.84 0.43
Hex C9 12 1D 0 5B 56 15 164 54 2B
Octal 311 22 35 0 133 126 25 544 124 53
Binary 11001001 10010 11101 0 1011011 1010110 10101 101100100 1010100 101011

Color Harmonies of #C9121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9121D

Black with #C9121D

Text Example


Text Example

White with #C9121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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