Html Css Color HEX #DA1621 Fire Engine Red

📋 copy color: '#DA1621'

red 218 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #DA1621

Tints of Fire Engine Red #DA1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 79.85%
G = 8.06%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA1621 (or 0xDA1621) is known color: Fire Engine Red. HEX triplet: DA, 16 and 21. RGB value is (218,22,33). Sum of RGB (Red+Green+Blue) = 218+22+33=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1621 is #25E9DE. Grayscale: #525252. Windows color (decimal): -2484703 or 2168538. OLE color: 2168538.

HSL color Cylindrical-coordinate representation of color #DA1621: hue angle of 356.63º 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 #DA1621 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 33 -
CMYK 0 0.90 0.85 0.15
HSL 356.63º 0.82% 0.47% -
HSV(B) 356.63º 0.9% 0.85% -
XYZ 29.47 15.59 2.89 -
YUV 81.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 218 22 33 0 0.90 0.85 0.15 356.63 0.82 0.47
Hex DA 16 21 0 5A 55 F 165 52 2F
Octal 332 26 41 0 132 125 17 545 122 57
Binary 11011010 10110 100001 0 1011010 1010101 1111 101100101 1010010 101111

Color Harmonies of #DA1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1621

Black with #DA1621

Text Example


Text Example

White with #DA1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1621; }

 p { color: rgb(218,22,33); }

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

background-color css

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

 a { background-color: rgb(218,22,33); }

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

border-color css

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

 span { border-color: rgb(218,22,33); }

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