Html Css Color HEX #DA1428 Fire Engine Red

📋 copy color: '#DA1428'

red 218 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #DA1428

Tints of Fire Engine Red #DA1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 78.42%
G = 7.19%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1428 (or 0xDA1428) is known color: Fire Engine Red. HEX triplet: DA, 14 and 28. RGB value is (218,20,40). Sum of RGB (Red+Green+Blue) = 218+20+40=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1428 is #25EBD7. Grayscale: #515151. Windows color (decimal): -2485208 or 2626778. OLE color: 2626778.

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

Color convert

RGB 218 20 40 -
CMYK 0 0.91 0.82 0.15
HSL 353.94º 0.83% 0.47% -
HSV(B) 353.94º 0.91% 0.85% -
XYZ 29.55 15.56 3.45 -
YUV 81.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 218 20 40 0 0.91 0.82 0.15 353.94 0.83 0.47
Hex DA 14 28 0 5B 52 F 162 53 2F
Octal 332 24 50 0 133 122 17 542 123 57
Binary 11011010 10100 101000 0 1011011 1010010 1111 101100010 1010011 101111

Color Harmonies of #DA1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1428

Black with #DA1428

Text Example


Text Example

White with #DA1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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