Html Css Color HEX #DA0623 Fire Engine Red

📋 copy color: '#DA0623'

red 218 ◦ green 6 ◦ blue 35

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

Shades of Fire Engine Red #DA0623

Tints of Fire Engine Red #DA0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

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

R = 84.17%
G = 2.32%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0623 (or 0xDA0623) is known color: Fire Engine Red. HEX triplet: DA, 06 and 23. RGB value is (218,6,35). Sum of RGB (Red+Green+Blue) = 218+6+35=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0623 is #25F9DC. Grayscale: #484848. Windows color (decimal): -2488797 or 2295514. OLE color: 2295514.

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

Color convert

RGB 218 6 35 -
CMYK 0 0.97 0.84 0.15
HSL 351.79º 0.95% 0.44% -
HSV(B) 351.79º 0.97% 0.85% -
XYZ 29.28 15.16 2.97 -
YUV 72.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 218 6 35 0 0.97 0.84 0.15 351.79 0.95 0.44
Hex DA 6 23 0 61 54 F 160 5F 2C
Octal 332 6 43 0 141 124 17 540 137 54
Binary 11011010 110 100011 0 1100001 1010100 1111 101100000 1011111 101100

Color Harmonies of #DA0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0623

Black with #DA0623

Text Example


Text Example

White with #DA0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0623; }

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

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

background-color css

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

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

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

border-color css

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

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

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