Html Css Color HEX #DA0E23 Fire Engine Red

📋 copy color: '#DA0E23'

red 218 ◦ green 14 ◦ blue 35

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

Shades of Fire Engine Red #DA0E23

Tints of Fire Engine Red #DA0E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

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

R = 81.65%
G = 5.24%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0E23 (or 0xDA0E23) is known color: Fire Engine Red. HEX triplet: DA, 0E and 23. RGB value is (218,14,35). Sum of RGB (Red+Green+Blue) = 218+14+35=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E23 is #25F1DC. Grayscale: #4D4D4D. Windows color (decimal): -2486749 or 2297562. OLE color: 2297562.

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

Color convert

RGB 218 14 35 -
CMYK 0 0.94 0.84 0.15
HSL 353.82º 0.88% 0.45% -
HSV(B) 353.82º 0.94% 0.85% -
XYZ 29.37 15.34 3 -
YUV 77.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 218 14 35 0 0.94 0.84 0.15 353.82 0.88 0.45
Hex DA E 23 0 5E 54 F 162 58 2D
Octal 332 16 43 0 136 124 17 542 130 55
Binary 11011010 1110 100011 0 1011110 1010100 1111 101100010 1011000 101101

Color Harmonies of #DA0E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E23

Black with #DA0E23

Text Example


Text Example

White with #DA0E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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