Html Css Color HEX #DA101D Fire Engine Red

📋 copy color: '#DA101D'

red 218 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #DA101D

Tints of Fire Engine Red #DA101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 82.89%
G = 6.08%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA101D (or 0xDA101D) is known color: Fire Engine Red. HEX triplet: DA, 10 and 1D. RGB value is (218,16,29). Sum of RGB (Red+Green+Blue) = 218+16+29=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA101D is #25EFE2. Grayscale: #4E4E4E. Windows color (decimal): -2486243 or 1904858. OLE color: 1904858.

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

Color convert

RGB 218 16 29 -
CMYK 0 0.93 0.87 0.15
HSL 356.14º 0.86% 0.46% -
HSV(B) 356.14º 0.93% 0.85% -
XYZ 29.32 15.36 2.58 -
YUV 77.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 218 16 29 0 0.93 0.87 0.15 356.14 0.86 0.46
Hex DA 10 1D 0 5D 57 F 164 56 2E
Octal 332 20 35 0 135 127 17 544 126 56
Binary 11011010 10000 11101 0 1011101 1010111 1111 101100100 1010110 101110

Color Harmonies of #DA101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA101D

Black with #DA101D

Text Example


Text Example

White with #DA101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA101D; }

 p { color: rgb(218,16,29); }

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

background-color css

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

 a { background-color: rgb(218,16,29); }

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

border-color css

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

 span { border-color: rgb(218,16,29); }

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