Html Css Color HEX #D10414 Venetian Red

📋 copy color: '#D10414'

red 209 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #D10414

Tints of Venetian Red #D10414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 89.7%
G = 1.72%
B = 8.58%

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

#D10414 (or 0xD10414) is known color: Venetian Red. HEX triplet: D1, 04 and 14. RGB value is (209,4,20). Sum of RGB (Red+Green+Blue) = 209+4+20=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D10414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10414 is #2EFBEB. Grayscale: #434343. Windows color (decimal): -3079148 or 1311953. OLE color: 1311953.

HSL color Cylindrical-coordinate representation of color #D10414: hue angle of 355.32º degrees, saturation: 0.96, 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 #D10414 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 20 -
CMYK 0 0.98 0.90 0.18
HSL 355.32º 0.96% 0.42% -
HSV(B) 355.32º 0.98% 0.82% -
XYZ 26.46 13.69 1.91 -
YUV 67.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 209 4 20 0 0.98 0.90 0.18 355.32 0.96 0.42
Hex D1 4 14 0 62 5A 12 163 60 2A
Octal 321 4 24 0 142 132 22 543 140 52
Binary 11010001 100 10100 0 1100010 1011010 10010 101100011 1100000 101010

Color Harmonies of #D10414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10414

Black with #D10414

Text Example


Text Example

White with #D10414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10414; }

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

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

background-color css

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

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

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

border-color css

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

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

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