Html Css Color HEX #DB0427 Fire Engine Red

📋 copy color: '#DB0427'

red 219 ◦ green 4 ◦ blue 39

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

Shades of Fire Engine Red #DB0427

Tints of Fire Engine Red #DB0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 83.59%
G = 1.53%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0427 (or 0xDB0427) is known color: Fire Engine Red. HEX triplet: DB, 04 and 27. RGB value is (219,4,39). Sum of RGB (Red+Green+Blue) = 219+4+39=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0427 is #24FBD8. Grayscale: #484848. Windows color (decimal): -2423769 or 2557147. OLE color: 2557147.

HSL color Cylindrical-coordinate representation of color #DB0427: hue angle of 350.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0427 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 39 -
CMYK 0 0.98 0.82 0.14
HSL 350.23º 0.96% 0.44% -
HSV(B) 350.23º 0.98% 0.86% -
XYZ 29.62 15.29 3.31 -
YUV 72.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 219 4 39 0 0.98 0.82 0.14 350.23 0.96 0.44
Hex DB 4 27 0 62 52 E 15E 60 2C
Octal 333 4 47 0 142 122 16 536 140 54
Binary 11011011 100 100111 0 1100010 1010010 1110 101011110 1100000 101100

Color Harmonies of #DB0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0427

Black with #DB0427

Text Example


Text Example

White with #DB0427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0427; }

 p { color: rgb(219,4,39); }

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

background-color css

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

 a { background-color: rgb(219,4,39); }

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

border-color css

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

 span { border-color: rgb(219,4,39); }

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