Html Css Color HEX #D5142C Fire Engine Red

📋 copy color: '#D5142C'

red 213 ◦ green 20 ◦ blue 44

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

Shades of Fire Engine Red #D5142C

Tints of Fire Engine Red #D5142C

RGB

 RED value IS 213 (83.59% from 255) = 76.9%

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

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 76.9%
G = 7.22%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5142C (or 0xD5142C) is known color: Fire Engine Red. HEX triplet: D5, 14 and 2C. RGB value is (213,20,44). Sum of RGB (Red+Green+Blue) = 213+20+44=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5142C is #2AEBD3. Grayscale: #505050. Windows color (decimal): -2812884 or 2888917. OLE color: 2888917.

HSL color Cylindrical-coordinate representation of color #D5142C: hue angle of 352.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5142C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 44 -
CMYK 0 0.91 0.79 0.16
HSL 352.54º 0.83% 0.46% -
HSV(B) 352.54º 0.91% 0.84% -
XYZ 28.15 14.83 3.76 -
YUV 80.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 213 20 44 0 0.91 0.79 0.16 352.54 0.83 0.46
Hex D5 14 2C 0 5B 4F 10 161 53 2E
Octal 325 24 54 0 133 117 20 541 123 56
Binary 11010101 10100 101100 0 1011011 1001111 10000 101100001 1010011 101110

Color Harmonies of #D5142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5142C

Black with #D5142C

Text Example


Text Example

White with #D5142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5142C; }

 p { color: rgb(213,20,44); }

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

background-color css

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

 a { background-color: rgb(213,20,44); }

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

border-color css

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

 span { border-color: rgb(213,20,44); }

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