Html Css Color HEX #DA1A1B Fire Engine Red

📋 copy color: '#DA1A1B'

red 218 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #DA1A1B

Tints of Fire Engine Red #DA1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 80.44%
G = 9.59%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA1A1B (or 0xDA1A1B) is known color: Fire Engine Red. HEX triplet: DA, 1A and 1B. RGB value is (218,26,27). Sum of RGB (Red+Green+Blue) = 218+26+27=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A1B is #25E5E4. Grayscale: #535353. Windows color (decimal): -2483685 or 1776346. OLE color: 1776346.

HSL color Cylindrical-coordinate representation of color #DA1A1B: hue angle of 359.69º degrees, saturation: 0.79, 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 #DA1A1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 26 27 -
CMYK 0 0.88 0.88 0.15
HSL 359.69º 0.79% 0.48% -
HSV(B) 359.69º 0.88% 0.85% -
XYZ 29.48 15.72 2.52 -
YUV 83.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 218 26 27 0 0.88 0.88 0.15 359.69 0.79 0.48
Hex DA 1A 1B 0 58 58 F 168 4F 30
Octal 332 32 33 0 130 130 17 550 117 60
Binary 11011010 11010 11011 0 1011000 1011000 1111 101101000 1001111 110000

Color Harmonies of #DA1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A1B

Black with #DA1A1B

Text Example


Text Example

White with #DA1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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