Html Css Color HEX #DA1323 Fire Engine Red

📋 copy color: '#DA1323'

red 218 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #DA1323

Tints of Fire Engine Red #DA1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 80.15%
G = 6.99%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA1323 (or 0xDA1323) is known color: Fire Engine Red. HEX triplet: DA, 13 and 23. RGB value is (218,19,35). Sum of RGB (Red+Green+Blue) = 218+19+35=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1323 is #25ECDC. Grayscale: #505050. Windows color (decimal): -2485469 or 2298842. OLE color: 2298842.

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

Color convert

RGB 218 19 35 -
CMYK 0 0.91 0.84 0.15
HSL 355.18º 0.84% 0.46% -
HSV(B) 355.18º 0.91% 0.85% -
XYZ 29.45 15.49 3.03 -
YUV 80.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 218 19 35 0 0.91 0.84 0.15 355.18 0.84 0.46
Hex DA 13 23 0 5B 54 F 163 54 2E
Octal 332 23 43 0 133 124 17 543 124 56
Binary 11011010 10011 100011 0 1011011 1010100 1111 101100011 1010100 101110

Color Harmonies of #DA1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1323

Black with #DA1323

Text Example


Text Example

White with #DA1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1323; }

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

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

background-color css

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

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

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

border-color css

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

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

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