Html Css Color HEX #D0152C Fire Engine Red

📋 copy color: '#D0152C'

red 208 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #D0152C

Tints of Fire Engine Red #D0152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 76.19%
G = 7.69%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0152C (or 0xD0152C) is known color: Fire Engine Red. HEX triplet: D0, 15 and 2C. RGB value is (208,21,44). Sum of RGB (Red+Green+Blue) = 208+21+44=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0152C is #2FEAD3. Grayscale: #4F4F4F. Windows color (decimal): -3140308 or 2889168. OLE color: 2889168.

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

Color convert

RGB 208 21 44 -
CMYK 0 0.90 0.79 0.18
HSL 352.62º 0.82% 0.45% -
HSV(B) 352.62º 0.9% 0.82% -
XYZ 26.74 14.13 3.7 -
YUV 79.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 208 21 44 0 0.90 0.79 0.18 352.62 0.82 0.45
Hex D0 15 2C 0 5A 4F 12 161 52 2D
Octal 320 25 54 0 132 117 22 541 122 55
Binary 11010000 10101 101100 0 1011010 1001111 10010 101100001 1010010 101101

Color Harmonies of #D0152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0152C

Black with #D0152C

Text Example


Text Example

White with #D0152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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