Html Css Color HEX #D0070C Venetian Red

📋 copy color: '#D0070C'

red 208 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #D0070C

Tints of Venetian Red #D0070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 91.63%
G = 3.08%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0070C (or 0xD0070C) is known color: Venetian Red. HEX triplet: D0, 07 and 0C. RGB value is (208,7,12). Sum of RGB (Red+Green+Blue) = 208+7+12=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D0070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0070C is #2FF8F3. Grayscale: #434343. Windows color (decimal): -3143924 or 788432. OLE color: 788432.

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

Color convert

RGB 208 7 12 -
CMYK 0 0.97 0.94 0.18
HSL 358.51º 0.93% 0.42% -
HSV(B) 358.51º 0.97% 0.82% -
XYZ 26.15 13.59 1.59 -
YUV 67.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 208 7 12 0 0.97 0.94 0.18 358.51 0.93 0.42
Hex D0 7 C 0 61 5E 12 167 5D 2A
Octal 320 7 14 0 141 136 22 547 135 52
Binary 11010000 111 1100 0 1100001 1011110 10010 101100111 1011101 101010

Color Harmonies of #D0070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0070C

Black with #D0070C

Text Example


Text Example

White with #D0070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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