Html Css Color HEX #D0152F Fire Engine Red

📋 copy color: '#D0152F'

red 208 ◦ green 21 ◦ blue 47

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

Shades of Fire Engine Red #D0152F

Tints of Fire Engine Red #D0152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 75.36%
G = 7.61%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0152F (or 0xD0152F) is known color: Fire Engine Red. HEX triplet: D0, 15 and 2F. RGB value is (208,21,47). Sum of RGB (Red+Green+Blue) = 208+21+47=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0152F is #2FEAD0. Grayscale: #4F4F4F. Windows color (decimal): -3140305 or 3085776. OLE color: 3085776.

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

Color convert

RGB 208 21 47 -
CMYK 0 0.90 0.77 0.18
HSL 351.66º 0.82% 0.45% -
HSV(B) 351.66º 0.9% 0.82% -
XYZ 26.79 14.15 4.01 -
YUV 79.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 208 21 47 0 0.90 0.77 0.18 351.66 0.82 0.45
Hex D0 15 2F 0 5A 4D 12 160 52 2D
Octal 320 25 57 0 132 115 22 540 122 55
Binary 11010000 10101 101111 0 1011010 1001101 10010 101100000 1010010 101101

Color Harmonies of #D0152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0152F

Black with #D0152F

Text Example


Text Example

White with #D0152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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