Html Css Color HEX #DA1023 Fire Engine Red

📋 copy color: '#DA1023'

red 218 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #DA1023

Tints of Fire Engine Red #DA1023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 81.04%
G = 5.95%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA1023 (or 0xDA1023) is known color: Fire Engine Red. HEX triplet: DA, 10 and 23. RGB value is (218,16,35). Sum of RGB (Red+Green+Blue) = 218+16+35=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1023 is #25EFDC. Grayscale: #4E4E4E. Windows color (decimal): -2486237 or 2298074. OLE color: 2298074.

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

Color convert

RGB 218 16 35 -
CMYK 0 0.93 0.84 0.15
HSL 354.36º 0.86% 0.46% -
HSV(B) 354.36º 0.93% 0.85% -
XYZ 29.4 15.4 3.01 -
YUV 78.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 218 16 35 0 0.93 0.84 0.15 354.36 0.86 0.46
Hex DA 10 23 0 5D 54 F 162 56 2E
Octal 332 20 43 0 135 124 17 542 126 56
Binary 11011010 10000 100011 0 1011101 1010100 1111 101100010 1010110 101110

Color Harmonies of #DA1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1023

Black with #DA1023

Text Example


Text Example

White with #DA1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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