Html Css Color HEX #D0141E Fire Engine Red

📋 copy color: '#D0141E'

red 208 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #D0141E

Tints of Fire Engine Red #D0141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 80.62%
G = 7.75%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0141E (or 0xD0141E) is known color: Fire Engine Red. HEX triplet: D0, 14 and 1E. RGB value is (208,20,30). Sum of RGB (Red+Green+Blue) = 208+20+30=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D0141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0141E is #2FEBE1. Grayscale: #4D4D4D. Windows color (decimal): -3140578 or 1971408. OLE color: 1971408.

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

Color convert

RGB 208 20 30 -
CMYK 0 0.90 0.86 0.18
HSL 356.81º 0.82% 0.45% -
HSV(B) 356.81º 0.9% 0.82% -
XYZ 26.5 14 2.53 -
YUV 77.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 208 20 30 0 0.90 0.86 0.18 356.81 0.82 0.45
Hex D0 14 1E 0 5A 56 12 165 52 2D
Octal 320 24 36 0 132 126 22 545 122 55
Binary 11010000 10100 11110 0 1011010 1010110 10010 101100101 1010010 101101

Color Harmonies of #D0141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0141E

Black with #D0141E

Text Example


Text Example

White with #D0141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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