Html Css Color HEX #C70C1D Venetian Red

📋 copy color: '#C70C1D'

red 199 ◦ green 12 ◦ blue 29

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

Shades of Venetian Red #C70C1D

Tints of Venetian Red #C70C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

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

R = 82.92%
G = 5%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C70C1D (or 0xC70C1D) is known color: Venetian Red. HEX triplet: C7, 0C and 1D. RGB value is (199,12,29). Sum of RGB (Red+Green+Blue) = 199+12+29=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70C1D is #38F3E2. Grayscale: #454545. Windows color (decimal): -3732451 or 1903815. OLE color: 1903815.

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

Color convert

RGB 199 12 29 -
CMYK 0 0.94 0.85 0.22
HSL 354.55º 0.89% 0.41% -
HSV(B) 354.55º 0.94% 0.78% -
XYZ 23.91 12.49 2.31 -
YUV 69.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 199 12 29 0 0.94 0.85 0.22 354.55 0.89 0.41
Hex C7 C 1D 0 5E 55 16 163 59 29
Octal 307 14 35 0 136 125 26 543 131 51
Binary 11000111 1100 11101 0 1011110 1010101 10110 101100011 1011001 101001

Color Harmonies of #C70C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70C1D

Black with #C70C1D

Text Example


Text Example

White with #C70C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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