Html Css Color HEX #D0010C Venetian Red

📋 copy color: '#D0010C'

red 208 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #D0010C

Tints of Venetian Red #D0010C

RGB

 RED value IS 208 (81.64% from 255) = 94.12%

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 94.12%
G = 0.45%
B = 5.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0010C (or 0xD0010C) is known color: Venetian Red. HEX triplet: D0, 01 and 0C. RGB value is (208,1,12). Sum of RGB (Red+Green+Blue) = 208+1+12=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D0010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0010C is #2FFEF3. Grayscale: #404040. Windows color (decimal): -3145460 or 786896. OLE color: 786896.

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

Color convert

RGB 208 1 12 -
CMYK 0 1.00 0.94 0.18
HSL 356.81º 0.99% 0.41% -
HSV(B) 356.81º 1% 0.82% -
XYZ 26.09 13.46 1.57 -
YUV 64.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 208 1 12 0 1.00 0.94 0.18 356.81 0.99 0.41
Hex D0 1 C 0 64 5E 12 165 63 29
Octal 320 1 14 0 144 136 22 545 143 51
Binary 11010000 1 1100 0 1100100 1011110 10010 101100101 1100011 101001

Color Harmonies of #D0010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0010C

Black with #D0010C

Text Example


Text Example

White with #D0010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0010C; }

 p { color: rgb(208,1,12); }

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

background-color css

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

 a { background-color: rgb(208,1,12); }

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

border-color css

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

 span { border-color: rgb(208,1,12); }

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