Html Css Color HEX #C9142D Fire Engine Red

📋 copy color: '#C9142D'

red 201 ◦ green 20 ◦ blue 45

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

Shades of Fire Engine Red #C9142D

Tints of Fire Engine Red #C9142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 75.56%
G = 7.52%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9142D (or 0xC9142D) is known color: Fire Engine Red. HEX triplet: C9, 14 and 2D. RGB value is (201,20,45). Sum of RGB (Red+Green+Blue) = 201+20+45=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9142D is #36EBD2. Grayscale: #4D4D4D. Windows color (decimal): -3599315 or 2954441. OLE color: 2954441.

HSL color Cylindrical-coordinate representation of color #C9142D: hue angle of 351.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9142D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 45 -
CMYK 0 0.90 0.78 0.21
HSL 351.71º 0.82% 0.43% -
HSV(B) 351.71º 0.9% 0.79% -
XYZ 24.81 13.11 3.7 -
YUV 76.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 201 20 45 0 0.90 0.78 0.21 351.71 0.82 0.43
Hex C9 14 2D 0 5A 4E 15 160 52 2B
Octal 311 24 55 0 132 116 25 540 122 53
Binary 11001001 10100 101101 0 1011010 1001110 10101 101100000 1010010 101011

Color Harmonies of #C9142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9142D

Black with #C9142D

Text Example


Text Example

White with #C9142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9142D; }

 p { color: rgb(201,20,45); }

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

background-color css

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

 a { background-color: rgb(201,20,45); }

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

border-color css

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

 span { border-color: rgb(201,20,45); }

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