Html Css Color HEX #DA101A Fire Engine Red

📋 copy color: '#DA101A'

red 218 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #DA101A

Tints of Fire Engine Red #DA101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10%

R = 83.85%
G = 6.15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA101A (or 0xDA101A) is known color: Fire Engine Red. HEX triplet: DA, 10 and 1A. RGB value is (218,16,26). Sum of RGB (Red+Green+Blue) = 218+16+26=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA101A is #25EFE5. Grayscale: #4D4D4D. Windows color (decimal): -2486246 or 1708250. OLE color: 1708250.

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

Color convert

RGB 218 16 26 -
CMYK 0 0.93 0.88 0.15
HSL 357.03º 0.86% 0.46% -
HSV(B) 357.03º 0.93% 0.85% -
XYZ 29.29 15.35 2.4 -
YUV 77.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 218 16 26 0 0.93 0.88 0.15 357.03 0.86 0.46
Hex DA 10 1A 0 5D 58 F 165 56 2E
Octal 332 20 32 0 135 130 17 545 126 56
Binary 11011010 10000 11010 0 1011101 1011000 1111 101100101 1010110 101110

Color Harmonies of #DA101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA101A

Black with #DA101A

Text Example


Text Example

White with #DA101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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