Html Css Color HEX #DA0D21 Fire Engine Red

📋 copy color: '#DA0D21'

red 218 ◦ green 13 ◦ blue 33

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

Shades of Fire Engine Red #DA0D21

Tints of Fire Engine Red #DA0D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

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

R = 82.58%
G = 4.92%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0D21 (or 0xDA0D21) is known color: Fire Engine Red. HEX triplet: DA, 0D and 21. RGB value is (218,13,33). Sum of RGB (Red+Green+Blue) = 218+13+33=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D21 is #25F2DE. Grayscale: #4C4C4C. Windows color (decimal): -2487007 or 2166234. OLE color: 2166234.

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

Color convert

RGB 218 13 33 -
CMYK 0 0.94 0.85 0.15
HSL 354.15º 0.89% 0.45% -
HSV(B) 354.15º 0.94% 0.85% -
XYZ 29.33 15.3 2.85 -
YUV 76.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 218 13 33 0 0.94 0.85 0.15 354.15 0.89 0.45
Hex DA D 21 0 5E 55 F 162 59 2D
Octal 332 15 41 0 136 125 17 542 131 55
Binary 11011010 1101 100001 0 1011110 1010101 1111 101100010 1011001 101101

Color Harmonies of #DA0D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D21

Black with #DA0D21

Text Example


Text Example

White with #DA0D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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