Html Css Color HEX #DA0D0F Venetian Red

📋 copy color: '#DA0D0F'

red 218 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #DA0D0F

Tints of Venetian Red #DA0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

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

R = 88.62%
G = 5.28%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA0D0F (or 0xDA0D0F) is known color: Venetian Red. HEX triplet: DA, 0D and 0F. RGB value is (218,13,15). Sum of RGB (Red+Green+Blue) = 218+13+15=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0D0F is #25F2F0. Grayscale: #4A4A4A. Windows color (decimal): -2487025 or 986586. OLE color: 986586.

HSL color Cylindrical-coordinate representation of color #DA0D0F: hue angle of 359.41º degrees, saturation: 0.89, 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 #DA0D0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 13 15 -
CMYK 0 0.94 0.93 0.15
HSL 359.41º 0.89% 0.45% -
HSV(B) 359.41º 0.94% 0.85% -
XYZ 29.14 15.23 1.86 -
YUV 74.52 94.42 230.34 -
System Red Green Blue C M Y K H S L
Decimal 218 13 15 0 0.94 0.93 0.15 359.41 0.89 0.45
Hex DA D F 0 5E 5D F 167 59 2D
Octal 332 15 17 0 136 135 17 547 131 55
Binary 11011010 1101 1111 0 1011110 1011101 1111 101100111 1011001 101101

Color Harmonies of #DA0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D0F

Black with #DA0D0F

Text Example


Text Example

White with #DA0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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