Html Css Color HEX #DA151B Fire Engine Red

📋 copy color: '#DA151B'

red 218 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #DA151B

Tints of Fire Engine Red #DA151B

RGB

 RED value IS 218 (85.55% from 255) = 81.95%

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 81.95%
G = 7.89%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA151B (or 0xDA151B) is known color: Fire Engine Red. HEX triplet: DA, 15 and 1B. RGB value is (218,21,27). Sum of RGB (Red+Green+Blue) = 218+21+27=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA151B is #25EAE4. Grayscale: #505050. Windows color (decimal): -2484965 or 1775066. OLE color: 1775066.

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

Color convert

RGB 218 21 27 -
CMYK 0 0.90 0.88 0.15
HSL 358.17º 0.82% 0.47% -
HSV(B) 358.17º 0.9% 0.85% -
XYZ 29.38 15.52 2.48 -
YUV 80.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 218 21 27 0 0.90 0.88 0.15 358.17 0.82 0.47
Hex DA 15 1B 0 5A 58 F 166 52 2F
Octal 332 25 33 0 132 130 17 546 122 57
Binary 11011010 10101 11011 0 1011010 1011000 1111 101100110 1010010 101111

Color Harmonies of #DA151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA151B

Black with #DA151B

Text Example


Text Example

White with #DA151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA151B; }

 p { color: rgb(218,21,27); }

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

background-color css

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

 a { background-color: rgb(218,21,27); }

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

border-color css

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

 span { border-color: rgb(218,21,27); }

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