Html Css Color HEX #DA1B28 Fire Engine Red

📋 copy color: '#DA1B28'

red 218 ◦ green 27 ◦ blue 40

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

Shades of Fire Engine Red #DA1B28

Tints of Fire Engine Red #DA1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 76.49%
G = 9.47%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1B28 (or 0xDA1B28) is known color: Fire Engine Red. HEX triplet: DA, 1B and 28. RGB value is (218,27,40). Sum of RGB (Red+Green+Blue) = 218+27+40=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1B28 is #25E4D7. Grayscale: #555555. Windows color (decimal): -2483416 or 2628570. OLE color: 2628570.

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

Color convert

RGB 218 27 40 -
CMYK 0 0.88 0.82 0.15
HSL 355.92º 0.78% 0.48% -
HSV(B) 355.92º 0.88% 0.85% -
XYZ 29.69 15.84 3.5 -
YUV 85.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 218 27 40 0 0.88 0.82 0.15 355.92 0.78 0.48
Hex DA 1B 28 0 58 52 F 164 4E 30
Octal 332 33 50 0 130 122 17 544 116 60
Binary 11011010 11011 101000 0 1011000 1010010 1111 101100100 1001110 110000

Color Harmonies of #DA1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B28

Black with #DA1B28

Text Example


Text Example

White with #DA1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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