Html Css Color HEX #DA101C Fire Engine Red

📋 copy color: '#DA101C'

red 218 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #DA101C

Tints of Fire Engine Red #DA101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 83.21%
G = 6.11%
B = 10.69%

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

#DA101C (or 0xDA101C) is known color: Fire Engine Red. HEX triplet: DA, 10 and 1C. RGB value is (218,16,28). Sum of RGB (Red+Green+Blue) = 218+16+28=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA101C is #25EFE3. Grayscale: #4D4D4D. Windows color (decimal): -2486244 or 1839322. OLE color: 1839322.

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

Color convert

RGB 218 16 28 -
CMYK 0 0.93 0.87 0.15
HSL 356.44º 0.86% 0.46% -
HSV(B) 356.44º 0.93% 0.85% -
XYZ 29.31 15.36 2.52 -
YUV 77.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 218 16 28 0 0.93 0.87 0.15 356.44 0.86 0.46
Hex DA 10 1C 0 5D 57 F 164 56 2E
Octal 332 20 34 0 135 127 17 544 126 56
Binary 11011010 10000 11100 0 1011101 1010111 1111 101100100 1010110 101110

Color Harmonies of #DA101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA101C

Black with #DA101C

Text Example


Text Example

White with #DA101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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