Html Css Color HEX #C9141D Fire Engine Red

📋 copy color: '#C9141D'

red 201 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #C9141D

Tints of Fire Engine Red #C9141D

RGB

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

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

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

R = 80.4%
G = 8%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9141D (or 0xC9141D) is known color: Fire Engine Red. HEX triplet: C9, 14 and 1D. RGB value is (201,20,29). Sum of RGB (Red+Green+Blue) = 201+20+29=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9141D is #36EBE2. Grayscale: #4B4B4B. Windows color (decimal): -3599331 or 1905865. OLE color: 1905865.

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

Color convert

RGB 201 20 29 -
CMYK 0 0.90 0.86 0.21
HSL 357.02º 0.82% 0.43% -
HSV(B) 357.02º 0.9% 0.79% -
XYZ 24.56 13.01 2.38 -
YUV 75.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 201 20 29 0 0.90 0.86 0.21 357.02 0.82 0.43
Hex C9 14 1D 0 5A 56 15 165 52 2B
Octal 311 24 35 0 132 126 25 545 122 53
Binary 11001001 10100 11101 0 1011010 1010110 10101 101100101 1010010 101011

Color Harmonies of #C9141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9141D

Black with #C9141D

Text Example


Text Example

White with #C9141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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