Html Css Color HEX #DB132B Fire Engine Red

📋 copy color: '#DB132B'

red 219 ◦ green 19 ◦ blue 43

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

Shades of Fire Engine Red #DB132B

Tints of Fire Engine Red #DB132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 77.94%
G = 6.76%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB132B (or 0xDB132B) is known color: Fire Engine Red. HEX triplet: DB, 13 and 2B. RGB value is (219,19,43). Sum of RGB (Red+Green+Blue) = 219+19+43=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB132B is #24ECD4. Grayscale: #515151. Windows color (decimal): -2419925 or 2823131. OLE color: 2823131.

HSL color Cylindrical-coordinate representation of color #DB132B: hue angle of 352.8º degrees, saturation: 0.84, 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 #DB132B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 43 -
CMYK 0 0.91 0.80 0.14
HSL 352.8º 0.84% 0.47% -
HSV(B) 352.8º 0.91% 0.86% -
XYZ 29.88 15.7 3.74 -
YUV 81.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 219 19 43 0 0.91 0.80 0.14 352.8 0.84 0.47
Hex DB 13 2B 0 5B 50 E 161 54 2F
Octal 333 23 53 0 133 120 16 541 124 57
Binary 11011011 10011 101011 0 1011011 1010000 1110 101100001 1010100 101111

Color Harmonies of #DB132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB132B

Black with #DB132B

Text Example


Text Example

White with #DB132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB132B; }

 p { color: rgb(219,19,43); }

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

background-color css

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

 a { background-color: rgb(219,19,43); }

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

border-color css

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

 span { border-color: rgb(219,19,43); }

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