Html Css Color HEX #DA2227 Fire Engine Red

📋 copy color: '#DA2227'

red 218 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #DA2227

Tints of Fire Engine Red #DA2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 74.91%
G = 11.68%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2227 (or 0xDA2227) is known color: Fire Engine Red. HEX triplet: DA, 22 and 27. RGB value is (218,34,39). Sum of RGB (Red+Green+Blue) = 218+34+39=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2227 is #25DDD8. Grayscale: #595959. Windows color (decimal): -2481625 or 2564826. OLE color: 2564826.

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

Color convert

RGB 218 34 39 -
CMYK 0 0.84 0.82 0.15
HSL 358.37º 0.73% 0.49% -
HSV(B) 358.37º 0.84% 0.85% -
XYZ 29.85 16.2 3.47 -
YUV 89.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 218 34 39 0 0.84 0.82 0.15 358.37 0.73 0.49
Hex DA 22 27 0 54 52 F 166 49 31
Octal 332 42 47 0 124 122 17 546 111 61
Binary 11011010 100010 100111 0 1010100 1010010 1111 101100110 1001001 110001

Color Harmonies of #DA2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2227

Black with #DA2227

Text Example


Text Example

White with #DA2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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