Html Css Color HEX #DA010D Venetian Red

📋 copy color: '#DA010D'

red 218 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #DA010D

Tints of Venetian Red #DA010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 93.97%
G = 0.43%
B = 5.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA010D (or 0xDA010D) is known color: Venetian Red. HEX triplet: DA, 01 and 0D. RGB value is (218,1,13). Sum of RGB (Red+Green+Blue) = 218+1+13=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA010D is #25FEF2. Grayscale: #434343. Windows color (decimal): -2490099 or 852442. OLE color: 852442.

HSL color Cylindrical-coordinate representation of color #DA010D: hue angle of 356.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 13 -
CMYK 0 1.00 0.94 0.15
HSL 356.68º 0.99% 0.43% -
HSV(B) 356.68º 1% 0.85% -
XYZ 29 14.96 1.74 -
YUV 67.25 97.39 235.52 -
System Red Green Blue C M Y K H S L
Decimal 218 1 13 0 1.00 0.94 0.15 356.68 0.99 0.43
Hex DA 1 D 0 64 5E F 165 63 2B
Octal 332 1 15 0 144 136 17 545 143 53
Binary 11011010 1 1101 0 1100100 1011110 1111 101100101 1100011 101011

Color Harmonies of #DA010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA010D

Black with #DA010D

Text Example


Text Example

White with #DA010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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