Html Css Color HEX #DA040F Venetian Red

📋 copy color: '#DA040F'

red 218 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #DA040F

Tints of Venetian Red #DA040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 91.98%
G = 1.69%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA040F (or 0xDA040F) is known color: Venetian Red. HEX triplet: DA, 04 and 0F. RGB value is (218,4,15). Sum of RGB (Red+Green+Blue) = 218+4+15=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA040F is #25FBF0. Grayscale: #454545. Windows color (decimal): -2489329 or 984282. OLE color: 984282.

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

Color convert

RGB 218 4 15 -
CMYK 0 0.98 0.93 0.15
HSL 356.92º 0.96% 0.44% -
HSV(B) 356.92º 0.98% 0.85% -
XYZ 29.04 15.03 1.82 -
YUV 69.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 218 4 15 0 0.98 0.93 0.15 356.92 0.96 0.44
Hex DA 4 F 0 62 5D F 165 60 2C
Octal 332 4 17 0 142 135 17 545 140 54
Binary 11011010 100 1111 0 1100010 1011101 1111 101100101 1100000 101100

Color Harmonies of #DA040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA040F

Black with #DA040F

Text Example


Text Example

White with #DA040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA040F; }

 p { color: rgb(218,4,15); }

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

background-color css

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

 a { background-color: rgb(218,4,15); }

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

border-color css

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

 span { border-color: rgb(218,4,15); }

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