Html Css Color HEX #D10415 Venetian Red

📋 copy color: '#D10415'

red 209 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #D10415

Tints of Venetian Red #D10415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 89.32%
G = 1.71%
B = 8.97%

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

#D10415 (or 0xD10415) is known color: Venetian Red. HEX triplet: D1, 04 and 15. RGB value is (209,4,21). Sum of RGB (Red+Green+Blue) = 209+4+21=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10415 is #2EFBEA. Grayscale: #434343. Windows color (decimal): -3079147 or 1377489. OLE color: 1377489.

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

Color convert

RGB 209 4 21 -
CMYK 0 0.98 0.90 0.18
HSL 355.02º 0.96% 0.42% -
HSV(B) 355.02º 0.98% 0.82% -
XYZ 26.47 13.7 1.96 -
YUV 67.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 209 4 21 0 0.98 0.90 0.18 355.02 0.96 0.42
Hex D1 4 15 0 62 5A 12 163 60 2A
Octal 321 4 25 0 142 132 22 543 140 52
Binary 11010001 100 10101 0 1100010 1011010 10010 101100011 1100000 101010

Color Harmonies of #D10415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10415

Black with #D10415

Text Example


Text Example

White with #D10415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10415; }

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

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

background-color css

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

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

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

border-color css

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

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

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