Html Css Color HEX #D10024 Venetian Red

📋 copy color: '#D10024'

red 209 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D10024

Tints of Venetian Red #D10024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 85.31%
G = 0%
B = 14.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D10024 (or 0xD10024) is known color: Venetian Red. HEX triplet: D1, 00 and 24. RGB value is (209,0,36). Sum of RGB (Red+Green+Blue) = 209+0+36=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D10024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10024 is #2EFFDB. Grayscale: #424242. Windows color (decimal): -3080156 or 2359505. OLE color: 2359505.

HSL color Cylindrical-coordinate representation of color #D10024: hue angle of 349.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10024 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 36 -
CMYK 0 1 0.83 0.18
HSL 349.67º 1% 0.41% -
HSV(B) 349.67º 1% 0.82% -
XYZ 26.61 13.68 2.91 -
YUV 66.6 110.74 229.57 -
System Red Green Blue C M Y K H S L
Decimal 209 0 36 0 1 0.83 0.18 349.67 1 0.41
Hex D1 0 24 0 64 53 12 15E 64 29
Octal 321 0 44 0 144 123 22 536 144 51
Binary 11010001 0 100100 0 1100100 1010011 10010 101011110 1100100 101001

Color Harmonies of #D10024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10024

Black with #D10024

Text Example


Text Example

White with #D10024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10024; }

 p { color: rgb(209,0,36); }

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

background-color css

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

 a { background-color: rgb(209,0,36); }

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

border-color css

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

 span { border-color: rgb(209,0,36); }

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