Html Css Color HEX #D0142A Fire Engine Red

📋 copy color: '#D0142A'

red 208 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #D0142A

Tints of Fire Engine Red #D0142A

RGB

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

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

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

R = 77.04%
G = 7.41%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0142A (or 0xD0142A) is known color: Fire Engine Red. HEX triplet: D0, 14 and 2A. RGB value is (208,20,42). Sum of RGB (Red+Green+Blue) = 208+20+42=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0142A is #2FEBD5. Grayscale: #4E4E4E. Windows color (decimal): -3140566 or 2757840. OLE color: 2757840.

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

Color convert

RGB 208 20 42 -
CMYK 0 0.90 0.80 0.18
HSL 352.98º 0.82% 0.45% -
HSV(B) 352.98º 0.9% 0.82% -
XYZ 26.68 14.08 3.5 -
YUV 78.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 208 20 42 0 0.90 0.80 0.18 352.98 0.82 0.45
Hex D0 14 2A 0 5A 50 12 161 52 2D
Octal 320 24 52 0 132 120 22 541 122 55
Binary 11010000 10100 101010 0 1011010 1010000 10010 101100001 1010010 101101

Color Harmonies of #D0142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0142A

Black with #D0142A

Text Example


Text Example

White with #D0142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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