Html Css Color HEX #DA0227 Fire Engine Red

📋 copy color: '#DA0227'

red 218 ◦ green 2 ◦ blue 39

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

Shades of Fire Engine Red #DA0227

Tints of Fire Engine Red #DA0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 84.17%
G = 0.77%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0227 (or 0xDA0227) is known color: Fire Engine Red. HEX triplet: DA, 02 and 27. RGB value is (218,2,39). Sum of RGB (Red+Green+Blue) = 218+2+39=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0227 is #25FDD8. Grayscale: #464646. Windows color (decimal): -2489817 or 2556634. OLE color: 2556634.

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

Color convert

RGB 218 2 39 -
CMYK 0 0.99 0.82 0.15
HSL 349.72º 0.98% 0.43% -
HSV(B) 349.72º 0.99% 0.85% -
XYZ 29.3 15.1 3.29 -
YUV 70.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 218 2 39 0 0.99 0.82 0.15 349.72 0.98 0.43
Hex DA 2 27 0 63 52 F 15E 62 2B
Octal 332 2 47 0 143 122 17 536 142 53
Binary 11011010 10 100111 0 1100011 1010010 1111 101011110 1100010 101011

Color Harmonies of #DA0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0227

Black with #DA0227

Text Example


Text Example

White with #DA0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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