Html Css Color HEX #D3070C Venetian Red

📋 copy color: '#D3070C'

red 211 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #D3070C

Tints of Venetian Red #D3070C

RGB

 RED value IS 211 (82.81% from 255) = 91.74%

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

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

R = 91.74%
G = 3.04%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3070C (or 0xD3070C) is known color: Venetian Red. HEX triplet: D3, 07 and 0C. RGB value is (211,7,12). Sum of RGB (Red+Green+Blue) = 211+7+12=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D3070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3070C is #2CF8F3. Grayscale: #444444. Windows color (decimal): -2947316 or 788435. OLE color: 788435.

HSL color Cylindrical-coordinate representation of color #D3070C: hue angle of 358.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3070C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 12 -
CMYK 0 0.97 0.94 0.17
HSL 358.53º 0.94% 0.43% -
HSV(B) 358.53º 0.97% 0.83% -
XYZ 27.01 14.03 1.63 -
YUV 68.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 211 7 12 0 0.97 0.94 0.17 358.53 0.94 0.43
Hex D3 7 C 0 61 5E 11 167 5E 2B
Octal 323 7 14 0 141 136 21 547 136 53
Binary 11010011 111 1100 0 1100001 1011110 10001 101100111 1011110 101011

Color Harmonies of #D3070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3070C

Black with #D3070C

Text Example


Text Example

White with #D3070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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