Html Css Color HEX #DA0114 Venetian Red

📋 copy color: '#DA0114'

red 218 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #DA0114

Tints of Venetian Red #DA0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 91.21%
G = 0.42%
B = 8.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0114 (or 0xDA0114) is known color: Venetian Red. HEX triplet: DA, 01 and 14. RGB value is (218,1,20). Sum of RGB (Red+Green+Blue) = 218+1+20=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0114 is #25FEEB. Grayscale: #444444. Windows color (decimal): -2490092 or 1311194. OLE color: 1311194.

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

Color convert

RGB 218 1 20 -
CMYK 0 1.00 0.91 0.15
HSL 354.75º 0.99% 0.43% -
HSV(B) 354.75º 1% 0.85% -
XYZ 29.05 14.98 2.02 -
YUV 68.05 100.89 234.96 -
System Red Green Blue C M Y K H S L
Decimal 218 1 20 0 1.00 0.91 0.15 354.75 0.99 0.43
Hex DA 1 14 0 64 5B F 163 63 2B
Octal 332 1 24 0 144 133 17 543 143 53
Binary 11011010 1 10100 0 1100100 1011011 1111 101100011 1100011 101011

Color Harmonies of #DA0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0114

Black with #DA0114

Text Example


Text Example

White with #DA0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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