Html Css Color HEX #DB0625 Fire Engine Red

📋 copy color: '#DB0625'

red 219 ◦ green 6 ◦ blue 37

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

Shades of Fire Engine Red #DB0625

Tints of Fire Engine Red #DB0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 83.59%
G = 2.29%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0625 (or 0xDB0625) is known color: Fire Engine Red. HEX triplet: DB, 06 and 25. RGB value is (219,6,37). Sum of RGB (Red+Green+Blue) = 219+6+37=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0625 is #24F9DA. Grayscale: #494949. Windows color (decimal): -2423259 or 2426587. OLE color: 2426587.

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

Color convert

RGB 219 6 37 -
CMYK 0 0.97 0.83 0.14
HSL 351.27º 0.95% 0.44% -
HSV(B) 351.27º 0.97% 0.86% -
XYZ 29.61 15.32 3.15 -
YUV 73.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 219 6 37 0 0.97 0.83 0.14 351.27 0.95 0.44
Hex DB 6 25 0 61 53 E 15F 5F 2C
Octal 333 6 45 0 141 123 16 537 137 54
Binary 11011011 110 100101 0 1100001 1010011 1110 101011111 1011111 101100

Color Harmonies of #DB0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0625

Black with #DB0625

Text Example


Text Example

White with #DB0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0625; }

 p { color: rgb(219,6,37); }

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

background-color css

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

 a { background-color: rgb(219,6,37); }

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

border-color css

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

 span { border-color: rgb(219,6,37); }

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