Html Css Color HEX #D0151F Fire Engine Red

📋 copy color: '#D0151F'

red 208 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #D0151F

Tints of Fire Engine Red #D0151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 80%
G = 8.08%
B = 11.92%

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

#D0151F (or 0xD0151F) is known color: Fire Engine Red. HEX triplet: D0, 15 and 1F. RGB value is (208,21,31). Sum of RGB (Red+Green+Blue) = 208+21+31=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D0151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0151F is #2FEAE0. Grayscale: #4E4E4E. Windows color (decimal): -3140321 or 2037200. OLE color: 2037200.

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

Color convert

RGB 208 21 31 -
CMYK 0 0.90 0.85 0.18
HSL 356.79º 0.82% 0.45% -
HSV(B) 356.79º 0.9% 0.82% -
XYZ 26.53 14.05 2.61 -
YUV 78.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 208 21 31 0 0.90 0.85 0.18 356.79 0.82 0.45
Hex D0 15 1F 0 5A 55 12 165 52 2D
Octal 320 25 37 0 132 125 22 545 122 55
Binary 11010000 10101 11111 0 1011010 1010101 10010 101100101 1010010 101101

Color Harmonies of #D0151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0151F

Black with #D0151F

Text Example


Text Example

White with #D0151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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