Html Css Color HEX #DB0F1C Fire Engine Red

📋 copy color: '#DB0F1C'

red 219 ◦ green 15 ◦ blue 28

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

Shades of Fire Engine Red #DB0F1C

Tints of Fire Engine Red #DB0F1C

RGB

 RED value IS 219 (85.94% from 255) = 83.59%

 GREEN value IS 15 (6.25% from 255) = 5.73%

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

R = 83.59%
G = 5.73%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB0F1C (or 0xDB0F1C) is known color: Fire Engine Red. HEX triplet: DB, 0F and 1C. RGB value is (219,15,28). Sum of RGB (Red+Green+Blue) = 219+15+28=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F1C is #24F0E3. Grayscale: #4D4D4D. Windows color (decimal): -2420964 or 1839067. OLE color: 1839067.

HSL color Cylindrical-coordinate representation of color #DB0F1C: hue angle of 356.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F1C is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 28 -
CMYK 0 0.93 0.87 0.14
HSL 356.18º 0.87% 0.46% -
HSV(B) 356.18º 0.93% 0.86% -
XYZ 29.59 15.49 2.53 -
YUV 77.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 219 15 28 0 0.93 0.87 0.14 356.18 0.87 0.46
Hex DB F 1C 0 5D 57 E 164 57 2E
Octal 333 17 34 0 135 127 16 544 127 56
Binary 11011011 1111 11100 0 1011101 1010111 1110 101100100 1010111 101110

Color Harmonies of #DB0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F1C

Black with #DB0F1C

Text Example


Text Example

White with #DB0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F1C; }

 p { color: rgb(219,15,28); }

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

background-color css

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

 a { background-color: rgb(219,15,28); }

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

border-color css

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

 span { border-color: rgb(219,15,28); }

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