Html Css Color HEX #D4142A Fire Engine Red

📋 copy color: '#D4142A'

red 212 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #D4142A

Tints of Fire Engine Red #D4142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 77.37%
G = 7.3%
B = 15.33%

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

#D4142A (or 0xD4142A) is known color: Fire Engine Red. HEX triplet: D4, 14 and 2A. RGB value is (212,20,42). Sum of RGB (Red+Green+Blue) = 212+20+42=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4142A is #2BEBD5. Grayscale: #505050. Windows color (decimal): -2878422 or 2757844. OLE color: 2757844.

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

Color convert

RGB 212 20 42 -
CMYK 0 0.91 0.80 0.17
HSL 353.13º 0.83% 0.45% -
HSV(B) 353.13º 0.91% 0.83% -
XYZ 27.82 14.66 3.55 -
YUV 79.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 212 20 42 0 0.91 0.80 0.17 353.13 0.83 0.45
Hex D4 14 2A 0 5B 50 11 161 53 2D
Octal 324 24 52 0 133 120 21 541 123 55
Binary 11010100 10100 101010 0 1011011 1010000 10001 101100001 1010011 101101

Color Harmonies of #D4142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4142A

Black with #D4142A

Text Example


Text Example

White with #D4142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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