Html Css Color HEX #D4142B Fire Engine Red

📋 copy color: '#D4142B'

red 212 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #D4142B

Tints of Fire Engine Red #D4142B

RGB

 RED value IS 212 (83.2% from 255) = 77.09%

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 77.09%
G = 7.27%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4142B (or 0xD4142B) is known color: Fire Engine Red. HEX triplet: D4, 14 and 2B. RGB value is (212,20,43). Sum of RGB (Red+Green+Blue) = 212+20+43=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4142B is #2BEBD4. Grayscale: #505050. Windows color (decimal): -2878421 or 2823380. OLE color: 2823380.

HSL color Cylindrical-coordinate representation of color #D4142B: hue angle of 352.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4142B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 43 -
CMYK 0 0.91 0.80 0.17
HSL 352.81º 0.83% 0.45% -
HSV(B) 352.81º 0.91% 0.83% -
XYZ 27.84 14.67 3.65 -
YUV 80.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 212 20 43 0 0.91 0.80 0.17 352.81 0.83 0.45
Hex D4 14 2B 0 5B 50 11 161 53 2D
Octal 324 24 53 0 133 120 21 541 123 55
Binary 11010100 10100 101011 0 1011011 1010000 10001 101100001 1010011 101101

Color Harmonies of #D4142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4142B

Black with #D4142B

Text Example


Text Example

White with #D4142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4142B; }

 p { color: rgb(212,20,43); }

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

background-color css

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

 a { background-color: rgb(212,20,43); }

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

border-color css

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

 span { border-color: rgb(212,20,43); }

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