Html Css Color HEX #D6142A Fire Engine Red

📋 copy color: '#D6142A'

red 214 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #D6142A

Tints of Fire Engine Red #D6142A

RGB

 RED value IS 214 (83.98% from 255) = 77.54%

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

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

R = 77.54%
G = 7.25%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6142A (or 0xD6142A) is known color: Fire Engine Red. HEX triplet: D6, 14 and 2A. RGB value is (214,20,42). Sum of RGB (Red+Green+Blue) = 214+20+42=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6142A is #29EBD5. Grayscale: #505050. Windows color (decimal): -2747350 or 2757846. OLE color: 2757846.

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

Color convert

RGB 214 20 42 -
CMYK 0 0.91 0.80 0.16
HSL 353.2º 0.83% 0.46% -
HSV(B) 353.2º 0.91% 0.84% -
XYZ 28.4 14.96 3.58 -
YUV 80.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 214 20 42 0 0.91 0.80 0.16 353.2 0.83 0.46
Hex D6 14 2A 0 5B 50 10 161 53 2E
Octal 326 24 52 0 133 120 20 541 123 56
Binary 11010110 10100 101010 0 1011011 1010000 10000 101100001 1010011 101110

Color Harmonies of #D6142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6142A

Black with #D6142A

Text Example


Text Example

White with #D6142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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