Html Css Color HEX #C70D1D Venetian Red

📋 copy color: '#C70D1D'

red 199 ◦ green 13 ◦ blue 29

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

Shades of Venetian Red #C70D1D

Tints of Venetian Red #C70D1D

RGB

 RED value IS 199 (78.13% from 255) = 82.57%

 GREEN value IS 13 (5.47% from 255) = 5.39%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 82.57%
G = 5.39%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C70D1D (or 0xC70D1D) is known color: Venetian Red. HEX triplet: C7, 0D and 1D. RGB value is (199,13,29). Sum of RGB (Red+Green+Blue) = 199+13+29=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D1D is #38F2E2. Grayscale: #464646. Windows color (decimal): -3732195 or 1904071. OLE color: 1904071.

HSL color Cylindrical-coordinate representation of color #C70D1D: hue angle of 354.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D1D is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 29 -
CMYK 0 0.93 0.85 0.22
HSL 354.84º 0.88% 0.42% -
HSV(B) 354.84º 0.93% 0.78% -
XYZ 23.92 12.52 2.32 -
YUV 70.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 199 13 29 0 0.93 0.85 0.22 354.84 0.88 0.42
Hex C7 D 1D 0 5D 55 16 163 58 2A
Octal 307 15 35 0 135 125 26 543 130 52
Binary 11000111 1101 11101 0 1011101 1010101 10110 101100011 1011000 101010

Color Harmonies of #C70D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D1D

Black with #C70D1D

Text Example


Text Example

White with #C70D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D1D; }

 p { color: rgb(199,13,29); }

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

background-color css

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

 a { background-color: rgb(199,13,29); }

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

border-color css

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

 span { border-color: rgb(199,13,29); }

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