Html Css Color HEX #DA1822 Fire Engine Red

📋 copy color: '#DA1822'

red 218 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #DA1822

Tints of Fire Engine Red #DA1822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 78.99%
G = 8.7%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA1822 (or 0xDA1822) is known color: Fire Engine Red. HEX triplet: DA, 18 and 22. RGB value is (218,24,34). Sum of RGB (Red+Green+Blue) = 218+24+34=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1822 is #25E7DD. Grayscale: #535353. Windows color (decimal): -2484190 or 2234586. OLE color: 2234586.

HSL color Cylindrical-coordinate representation of color #DA1822: hue angle of 356.91º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1822 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 34 -
CMYK 0 0.89 0.84 0.15
HSL 356.91º 0.8% 0.47% -
HSV(B) 356.91º 0.89% 0.85% -
XYZ 29.53 15.67 2.98 -
YUV 83.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 218 24 34 0 0.89 0.84 0.15 356.91 0.8 0.47
Hex DA 18 22 0 59 54 F 165 50 2F
Octal 332 30 42 0 131 124 17 545 120 57
Binary 11011010 11000 100010 0 1011001 1010100 1111 101100101 1010000 101111

Color Harmonies of #DA1822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1822

Black with #DA1822

Text Example


Text Example

White with #DA1822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1822; }

 p { color: rgb(218,24,34); }

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

background-color css

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

 a { background-color: rgb(218,24,34); }

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

border-color css

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

 span { border-color: rgb(218,24,34); }

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