Html Css Color HEX #D0012B Fire Engine Red

📋 copy color: '#D0012B'

red 208 ◦ green 1 ◦ blue 43

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

Shades of Fire Engine Red #D0012B

Tints of Fire Engine Red #D0012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 82.54%
G = 0.4%
B = 17.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0012B (or 0xD0012B) is known color: Fire Engine Red. HEX triplet: D0, 01 and 2B. RGB value is (208,1,43). Sum of RGB (Red+Green+Blue) = 208+1+43=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D0012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0012B is #2FFED4. Grayscale: #434343. Windows color (decimal): -3145429 or 2818512. OLE color: 2818512.

HSL color Cylindrical-coordinate representation of color #D0012B: hue angle of 347.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0012B is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 43 -
CMYK 0 1.00 0.79 0.18
HSL 347.83º 0.99% 0.41% -
HSV(B) 347.83º 1% 0.82% -
XYZ 26.46 13.61 3.52 -
YUV 67.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 208 1 43 0 1.00 0.79 0.18 347.83 0.99 0.41
Hex D0 1 2B 0 64 4F 12 15C 63 29
Octal 320 1 53 0 144 117 22 534 143 51
Binary 11010000 1 101011 0 1100100 1001111 10010 101011100 1100011 101001

Color Harmonies of #D0012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0012B

Black with #D0012B

Text Example


Text Example

White with #D0012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0012B; }

 p { color: rgb(208,1,43); }

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

background-color css

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

 a { background-color: rgb(208,1,43); }

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

border-color css

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

 span { border-color: rgb(208,1,43); }

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