Html Css Color HEX #DA0921 Fire Engine Red

📋 copy color: '#DA0921'

red 218 ◦ green 9 ◦ blue 33

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

Shades of Fire Engine Red #DA0921

Tints of Fire Engine Red #DA0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 83.85%
G = 3.46%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0921 (or 0xDA0921) is known color: Fire Engine Red. HEX triplet: DA, 09 and 21. RGB value is (218,9,33). Sum of RGB (Red+Green+Blue) = 218+9+33=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0921 is #25F6DE. Grayscale: #4A4A4A. Windows color (decimal): -2488031 or 2165210. OLE color: 2165210.

HSL color Cylindrical-coordinate representation of color #DA0921: hue angle of 353.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0921 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 33 -
CMYK 0 0.96 0.85 0.15
HSL 353.11º 0.92% 0.45% -
HSV(B) 353.11º 0.96% 0.85% -
XYZ 29.29 15.21 2.83 -
YUV 74.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 218 9 33 0 0.96 0.85 0.15 353.11 0.92 0.45
Hex DA 9 21 0 60 55 F 161 5C 2D
Octal 332 11 41 0 140 125 17 541 134 55
Binary 11011010 1001 100001 0 1100000 1010101 1111 101100001 1011100 101101

Color Harmonies of #DA0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0921

Black with #DA0921

Text Example


Text Example

White with #DA0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0921; }

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

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

background-color css

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

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

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

border-color css

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

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

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