Html Css Color HEX #D0142D Fire Engine Red

📋 copy color: '#D0142D'

red 208 ◦ green 20 ◦ blue 45

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

Shades of Fire Engine Red #D0142D

Tints of Fire Engine Red #D0142D

RGB

 RED value IS 208 (81.64% from 255) = 76.19%

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 76.19%
G = 7.33%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0142D (or 0xD0142D) is known color: Fire Engine Red. HEX triplet: D0, 14 and 2D. RGB value is (208,20,45). Sum of RGB (Red+Green+Blue) = 208+20+45=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0142D is #2FEBD2. Grayscale: #4F4F4F. Windows color (decimal): -3140563 or 2954448. OLE color: 2954448.

HSL color Cylindrical-coordinate representation of color #D0142D: hue angle of 352.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0142D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 45 -
CMYK 0 0.90 0.78 0.18
HSL 352.02º 0.82% 0.45% -
HSV(B) 352.02º 0.9% 0.82% -
XYZ 26.74 14.1 3.79 -
YUV 79.06 108.78 219.97 -
System Red Green Blue C M Y K H S L
Decimal 208 20 45 0 0.90 0.78 0.18 352.02 0.82 0.45
Hex D0 14 2D 0 5A 4E 12 160 52 2D
Octal 320 24 55 0 132 116 22 540 122 55
Binary 11010000 10100 101101 0 1011010 1001110 10010 101100000 1010010 101101

Color Harmonies of #D0142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0142D

Black with #D0142D

Text Example


Text Example

White with #D0142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0142D; }

 p { color: rgb(208,20,45); }

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

background-color css

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

 a { background-color: rgb(208,20,45); }

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

border-color css

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

 span { border-color: rgb(208,20,45); }

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