Html Css Color HEX #DB141D Fire Engine Red

📋 copy color: '#DB141D'

red 219 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #DB141D

Tints of Fire Engine Red #DB141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 81.72%
G = 7.46%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB141D (or 0xDB141D) is known color: Fire Engine Red. HEX triplet: DB, 14 and 1D. RGB value is (219,20,29). Sum of RGB (Red+Green+Blue) = 219+20+29=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB141D is #24EBE2. Grayscale: #505050. Windows color (decimal): -2419683 or 1905883. OLE color: 1905883.

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

Color convert

RGB 219 20 29 -
CMYK 0 0.91 0.87 0.14
HSL 357.29º 0.83% 0.47% -
HSV(B) 357.29º 0.91% 0.86% -
XYZ 29.69 15.65 2.62 -
YUV 80.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 219 20 29 0 0.91 0.87 0.14 357.29 0.83 0.47
Hex DB 14 1D 0 5B 57 E 165 53 2F
Octal 333 24 35 0 133 127 16 545 123 57
Binary 11011011 10100 11101 0 1011011 1010111 1110 101100101 1010011 101111

Color Harmonies of #DB141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB141D

Black with #DB141D

Text Example


Text Example

White with #DB141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB141D; }

 p { color: rgb(219,20,29); }

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

background-color css

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

 a { background-color: rgb(219,20,29); }

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

border-color css

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

 span { border-color: rgb(219,20,29); }

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