Html Css Color HEX #DA2027 Fire Engine Red

📋 copy color: '#DA2027'

red 218 ◦ green 32 ◦ blue 39

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

Shades of Fire Engine Red #DA2027

Tints of Fire Engine Red #DA2027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 75.43%
G = 11.07%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2027 (or 0xDA2027) is known color: Fire Engine Red. HEX triplet: DA, 20 and 27. RGB value is (218,32,39). Sum of RGB (Red+Green+Blue) = 218+32+39=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2027 is #25DFD8. Grayscale: #585858. Windows color (decimal): -2482137 or 2564314. OLE color: 2564314.

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

Color convert

RGB 218 32 39 -
CMYK 0 0.85 0.82 0.15
HSL 357.74º 0.74% 0.49% -
HSV(B) 357.74º 0.85% 0.85% -
XYZ 29.8 16.08 3.45 -
YUV 88.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 218 32 39 0 0.85 0.82 0.15 357.74 0.74 0.49
Hex DA 20 27 0 55 52 F 166 4A 31
Octal 332 40 47 0 125 122 17 546 112 61
Binary 11011010 100000 100111 0 1010101 1010010 1111 101100110 1001010 110001

Color Harmonies of #DA2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2027

Black with #DA2027

Text Example


Text Example

White with #DA2027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2027; }

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

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

background-color css

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

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

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

border-color css

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

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

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