Html Css Color HEX #DA1228 Fire Engine Red

📋 copy color: '#DA1228'

red 218 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #DA1228

Tints of Fire Engine Red #DA1228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 78.99%
G = 6.52%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1228 (or 0xDA1228) is known color: Fire Engine Red. HEX triplet: DA, 12 and 28. RGB value is (218,18,40). Sum of RGB (Red+Green+Blue) = 218+18+40=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1228 is #25EDD7. Grayscale: #505050. Windows color (decimal): -2485720 or 2626266. OLE color: 2626266.

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

Color convert

RGB 218 18 40 -
CMYK 0 0.92 0.82 0.15
HSL 353.4º 0.85% 0.46% -
HSV(B) 353.4º 0.92% 0.85% -
XYZ 29.51 15.49 3.44 -
YUV 80.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 218 18 40 0 0.92 0.82 0.15 353.4 0.85 0.46
Hex DA 12 28 0 5C 52 F 161 55 2E
Octal 332 22 50 0 134 122 17 541 125 56
Binary 11011010 10010 101000 0 1011100 1010010 1111 101100001 1010101 101110

Color Harmonies of #DA1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1228

Black with #DA1228

Text Example


Text Example

White with #DA1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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