Html Css Color HEX #DA0D13 Venetian Red

📋 copy color: '#DA0D13'

red 218 ◦ green 13 ◦ blue 19

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

Shades of Venetian Red #DA0D13

Tints of Venetian Red #DA0D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 87.2%
G = 5.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0D13 (or 0xDA0D13) is known color: Venetian Red. HEX triplet: DA, 0D and 13. RGB value is (218,13,19). Sum of RGB (Red+Green+Blue) = 218+13+19=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0D13 is #25F2EC. Grayscale: #4B4B4B. Windows color (decimal): -2487021 or 1248730. OLE color: 1248730.

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

Color convert

RGB 218 13 19 -
CMYK 0 0.94 0.91 0.15
HSL 358.24º 0.89% 0.45% -
HSV(B) 358.24º 0.94% 0.85% -
XYZ 29.17 15.24 2.02 -
YUV 74.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 218 13 19 0 0.94 0.91 0.15 358.24 0.89 0.45
Hex DA D 13 0 5E 5B F 166 59 2D
Octal 332 15 23 0 136 133 17 546 131 55
Binary 11011010 1101 10011 0 1011110 1011011 1111 101100110 1011001 101101

Color Harmonies of #DA0D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D13

Black with #DA0D13

Text Example


Text Example

White with #DA0D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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