Html Css Color HEX #DA1823 Fire Engine Red

📋 copy color: '#DA1823'

red 218 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #DA1823

Tints of Fire Engine Red #DA1823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 78.7%
G = 8.66%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA1823 (or 0xDA1823) is known color: Fire Engine Red. HEX triplet: DA, 18 and 23. RGB value is (218,24,35). Sum of RGB (Red+Green+Blue) = 218+24+35=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1823 is #25E7DC. Grayscale: #535353. Windows color (decimal): -2484189 or 2300122. OLE color: 2300122.

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

Color convert

RGB 218 24 35 -
CMYK 0 0.89 0.84 0.15
HSL 356.6º 0.8% 0.47% -
HSV(B) 356.6º 0.89% 0.85% -
XYZ 29.54 15.68 3.06 -
YUV 83.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 218 24 35 0 0.89 0.84 0.15 356.6 0.8 0.47
Hex DA 18 23 0 59 54 F 165 50 2F
Octal 332 30 43 0 131 124 17 545 120 57
Binary 11011010 11000 100011 0 1011001 1010100 1111 101100101 1010000 101111

Color Harmonies of #DA1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1823

Black with #DA1823

Text Example


Text Example

White with #DA1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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