Html Css Color HEX #DA0225 Fire Engine Red

📋 copy color: '#DA0225'

red 218 ◦ green 2 ◦ blue 37

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

Shades of Fire Engine Red #DA0225

Tints of Fire Engine Red #DA0225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 84.82%
G = 0.78%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0225 (or 0xDA0225) is known color: Fire Engine Red. HEX triplet: DA, 02 and 25. RGB value is (218,2,37). Sum of RGB (Red+Green+Blue) = 218+2+37=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0225 is #25FDDA. Grayscale: #464646. Windows color (decimal): -2489819 or 2425562. OLE color: 2425562.

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

Color convert

RGB 218 2 37 -
CMYK 0 0.99 0.83 0.15
HSL 350.28º 0.98% 0.43% -
HSV(B) 350.28º 0.99% 0.85% -
XYZ 29.27 15.08 3.12 -
YUV 70.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 218 2 37 0 0.99 0.83 0.15 350.28 0.98 0.43
Hex DA 2 25 0 63 53 F 15E 62 2B
Octal 332 2 45 0 143 123 17 536 142 53
Binary 11011010 10 100101 0 1100011 1010011 1111 101011110 1100010 101011

Color Harmonies of #DA0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0225

Black with #DA0225

Text Example


Text Example

White with #DA0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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