Html Css Color HEX #DA0624 Fire Engine Red

📋 copy color: '#DA0624'

red 218 ◦ green 6 ◦ blue 36

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

Shades of Fire Engine Red #DA0624

Tints of Fire Engine Red #DA0624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 83.85%
G = 2.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0624 (or 0xDA0624) is known color: Fire Engine Red. HEX triplet: DA, 06 and 24. RGB value is (218,6,36). Sum of RGB (Red+Green+Blue) = 218+6+36=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0624 is #25F9DB. Grayscale: #484848. Windows color (decimal): -2488796 or 2361050. OLE color: 2361050.

HSL color Cylindrical-coordinate representation of color #DA0624: hue angle of 351.51º 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 #DA0624 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 36 -
CMYK 0 0.97 0.83 0.15
HSL 351.51º 0.95% 0.44% -
HSV(B) 351.51º 0.97% 0.85% -
XYZ 29.3 15.16 3.05 -
YUV 72.81 107.24 231.56 -
System Red Green Blue C M Y K H S L
Decimal 218 6 36 0 0.97 0.83 0.15 351.51 0.95 0.44
Hex DA 6 24 0 61 53 F 160 5F 2C
Octal 332 6 44 0 141 123 17 540 137 54
Binary 11011010 110 100100 0 1100001 1010011 1111 101100000 1011111 101100

Color Harmonies of #DA0624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0624

Black with #DA0624

Text Example


Text Example

White with #DA0624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0624; }

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

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

background-color css

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

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

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

border-color css

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

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

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