Html Css Color HEX #DA1523 Fire Engine Red

📋 copy color: '#DA1523'

red 218 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #DA1523

Tints of Fire Engine Red #DA1523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 79.56%
G = 7.66%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA1523 (or 0xDA1523) is known color: Fire Engine Red. HEX triplet: DA, 15 and 23. RGB value is (218,21,35). Sum of RGB (Red+Green+Blue) = 218+21+35=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1523 is #25EADC. Grayscale: #515151. Windows color (decimal): -2484957 or 2299354. OLE color: 2299354.

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

Color convert

RGB 218 21 35 -
CMYK 0 0.90 0.84 0.15
HSL 355.74º 0.82% 0.47% -
HSV(B) 355.74º 0.9% 0.85% -
XYZ 29.48 15.56 3.04 -
YUV 81.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 218 21 35 0 0.90 0.84 0.15 355.74 0.82 0.47
Hex DA 15 23 0 5A 54 F 164 52 2F
Octal 332 25 43 0 132 124 17 544 122 57
Binary 11011010 10101 100011 0 1011010 1010100 1111 101100100 1010010 101111

Color Harmonies of #DA1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1523

Black with #DA1523

Text Example


Text Example

White with #DA1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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