Html Css Color HEX #DA1A1F Fire Engine Red

📋 copy color: '#DA1A1F'

red 218 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #DA1A1F

Tints of Fire Engine Red #DA1A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 79.27%
G = 9.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA1A1F (or 0xDA1A1F) is known color: Fire Engine Red. HEX triplet: DA, 1A and 1F. RGB value is (218,26,31). Sum of RGB (Red+Green+Blue) = 218+26+31=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A1F is #25E5E0. Grayscale: #545454. Windows color (decimal): -2483681 or 2038490. OLE color: 2038490.

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

Color convert

RGB 218 26 31 -
CMYK 0 0.88 0.86 0.15
HSL 358.44º 0.79% 0.48% -
HSV(B) 358.44º 0.88% 0.85% -
XYZ 29.53 15.74 2.78 -
YUV 83.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 218 26 31 0 0.88 0.86 0.15 358.44 0.79 0.48
Hex DA 1A 1F 0 58 56 F 166 4F 30
Octal 332 32 37 0 130 126 17 546 117 60
Binary 11011010 11010 11111 0 1011000 1010110 1111 101100110 1001111 110000

Color Harmonies of #DA1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A1F

Black with #DA1A1F

Text Example


Text Example

White with #DA1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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