Html Css Color HEX #D0141F Fire Engine Red

📋 copy color: '#D0141F'

red 208 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #D0141F

Tints of Fire Engine Red #D0141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 80.31%
G = 7.72%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0141F (or 0xD0141F) is known color: Fire Engine Red. HEX triplet: D0, 14 and 1F. RGB value is (208,20,31). Sum of RGB (Red+Green+Blue) = 208+20+31=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D0141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0141F is #2FEBE0. Grayscale: #4D4D4D. Windows color (decimal): -3140577 or 2036944. OLE color: 2036944.

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

Color convert

RGB 208 20 31 -
CMYK 0 0.90 0.85 0.18
HSL 356.49º 0.82% 0.45% -
HSV(B) 356.49º 0.9% 0.82% -
XYZ 26.51 14.01 2.6 -
YUV 77.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 208 20 31 0 0.90 0.85 0.18 356.49 0.82 0.45
Hex D0 14 1F 0 5A 55 12 164 52 2D
Octal 320 24 37 0 132 125 22 544 122 55
Binary 11010000 10100 11111 0 1011010 1010101 10010 101100100 1010010 101101

Color Harmonies of #D0141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0141F

Black with #D0141F

Text Example


Text Example

White with #D0141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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