Html Css Color HEX #DB152A Fire Engine Red

📋 copy color: '#DB152A'

red 219 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #DB152A

Tints of Fire Engine Red #DB152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 77.66%
G = 7.45%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB152A (or 0xDB152A) is known color: Fire Engine Red. HEX triplet: DB, 15 and 2A. RGB value is (219,21,42). Sum of RGB (Red+Green+Blue) = 219+21+42=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB152A is #24EAD5. Grayscale: #525252. Windows color (decimal): -2419414 or 2758107. OLE color: 2758107.

HSL color Cylindrical-coordinate representation of color #DB152A: hue angle of 353.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB152A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 42 -
CMYK 0 0.90 0.81 0.14
HSL 353.64º 0.83% 0.47% -
HSV(B) 353.64º 0.9% 0.86% -
XYZ 29.9 15.76 3.66 -
YUV 82.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 219 21 42 0 0.90 0.81 0.14 353.64 0.83 0.47
Hex DB 15 2A 0 5A 51 E 162 52 2F
Octal 333 25 52 0 132 121 16 542 122 57
Binary 11011011 10101 101010 0 1011010 1010001 1110 101100010 1010010 101111

Color Harmonies of #DB152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB152A

Black with #DB152A

Text Example


Text Example

White with #DB152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB152A; }

 p { color: rgb(219,21,42); }

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

background-color css

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

 a { background-color: rgb(219,21,42); }

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

border-color css

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

 span { border-color: rgb(219,21,42); }

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