Html Css Color HEX #DA2223 Fire Engine Red

📋 copy color: '#DA2223'

red 218 ◦ green 34 ◦ blue 35

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

Shades of Fire Engine Red #DA2223

Tints of Fire Engine Red #DA2223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 75.96%
G = 11.85%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2223 (or 0xDA2223) is known color: Fire Engine Red. HEX triplet: DA, 22 and 23. RGB value is (218,34,35). Sum of RGB (Red+Green+Blue) = 218+34+35=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2223 is #25DDDC. Grayscale: #595959. Windows color (decimal): -2481629 or 2302682. OLE color: 2302682.

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

Color convert

RGB 218 34 35 -
CMYK 0 0.84 0.84 0.15
HSL 359.67º 0.73% 0.49% -
HSV(B) 359.67º 0.84% 0.85% -
XYZ 29.79 16.17 3.14 -
YUV 89.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 218 34 35 0 0.84 0.84 0.15 359.67 0.73 0.49
Hex DA 22 23 0 54 54 F 168 49 31
Octal 332 42 43 0 124 124 17 550 111 61
Binary 11011010 100010 100011 0 1010100 1010100 1111 101101000 1001001 110001

Color Harmonies of #DA2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2223

Black with #DA2223

Text Example


Text Example

White with #DA2223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2223; }

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

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

background-color css

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

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

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

border-color css

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

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

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