Html Css Color HEX #D10514 Venetian Red

📋 copy color: '#D10514'

red 209 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #D10514

Tints of Venetian Red #D10514

RGB

 RED value IS 209 (82.03% from 255) = 89.32%

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 89.32%
G = 2.14%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D10514 (or 0xD10514) is known color: Venetian Red. HEX triplet: D1, 05 and 14. RGB value is (209,5,20). Sum of RGB (Red+Green+Blue) = 209+5+20=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10514 is #2EFAEB. Grayscale: #434343. Windows color (decimal): -3078892 or 1312209. OLE color: 1312209.

HSL color Cylindrical-coordinate representation of color #D10514: hue angle of 355.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10514 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 20 -
CMYK 0 0.98 0.90 0.18
HSL 355.59º 0.95% 0.42% -
HSV(B) 355.59º 0.98% 0.82% -
XYZ 26.48 13.71 1.91 -
YUV 67.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 209 5 20 0 0.98 0.90 0.18 355.59 0.95 0.42
Hex D1 5 14 0 62 5A 12 164 5F 2A
Octal 321 5 24 0 142 132 22 544 137 52
Binary 11010001 101 10100 0 1100010 1011010 10010 101100100 1011111 101010

Color Harmonies of #D10514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10514

Black with #D10514

Text Example


Text Example

White with #D10514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10514; }

 p { color: rgb(209,5,20); }

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

background-color css

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

 a { background-color: rgb(209,5,20); }

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

border-color css

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

 span { border-color: rgb(209,5,20); }

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