Html Css Color HEX #DA0228 Fire Engine Red

📋 copy color: '#DA0228'

red 218 ◦ green 2 ◦ blue 40

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

Shades of Fire Engine Red #DA0228

Tints of Fire Engine Red #DA0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 83.85%
G = 0.77%
B = 15.38%

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

#DA0228 (or 0xDA0228) is known color: Fire Engine Red. HEX triplet: DA, 02 and 28. RGB value is (218,2,40). Sum of RGB (Red+Green+Blue) = 218+2+40=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0228 is #25FDD7. Grayscale: #464646. Windows color (decimal): -2489816 or 2622170. OLE color: 2622170.

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

Color convert

RGB 218 2 40 -
CMYK 0 0.99 0.82 0.15
HSL 349.44º 0.98% 0.43% -
HSV(B) 349.44º 0.99% 0.85% -
XYZ 29.32 15.1 3.38 -
YUV 70.92 110.56 232.91 -
System Red Green Blue C M Y K H S L
Decimal 218 2 40 0 0.99 0.82 0.15 349.44 0.98 0.43
Hex DA 2 28 0 63 52 F 15D 62 2B
Octal 332 2 50 0 143 122 17 535 142 53
Binary 11011010 10 101000 0 1100011 1010010 1111 101011101 1100010 101011

Color Harmonies of #DA0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0228

Black with #DA0228

Text Example


Text Example

White with #DA0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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