Html Css Color HEX #D0151C Fire Engine Red

📋 copy color: '#D0151C'

red 208 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #D0151C

Tints of Fire Engine Red #D0151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 80.93%
G = 8.17%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0151C (or 0xD0151C) is known color: Fire Engine Red. HEX triplet: D0, 15 and 1C. RGB value is (208,21,28). Sum of RGB (Red+Green+Blue) = 208+21+28=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D0151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0151C is #2FEAE3. Grayscale: #4D4D4D. Windows color (decimal): -3140324 or 1840592. OLE color: 1840592.

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

Color convert

RGB 208 21 28 -
CMYK 0 0.90 0.87 0.18
HSL 357.75º 0.82% 0.45% -
HSV(B) 357.75º 0.9% 0.82% -
XYZ 26.49 14.03 2.41 -
YUV 77.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 208 21 28 0 0.90 0.87 0.18 357.75 0.82 0.45
Hex D0 15 1C 0 5A 57 12 166 52 2D
Octal 320 25 34 0 132 127 22 546 122 55
Binary 11010000 10101 11100 0 1011010 1010111 10010 101100110 1010010 101101

Color Harmonies of #D0151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0151C

Black with #D0151C

Text Example


Text Example

White with #D0151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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