Html Css Color HEX #C70D1C Venetian Red

📋 copy color: '#C70D1C'

red 199 ◦ green 13 ◦ blue 28

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

Shades of Venetian Red #C70D1C

Tints of Venetian Red #C70D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 82.92%
G = 5.42%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C70D1C (or 0xC70D1C) is known color: Venetian Red. HEX triplet: C7, 0D and 1C. RGB value is (199,13,28). Sum of RGB (Red+Green+Blue) = 199+13+28=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D1C is #38F2E3. Grayscale: #464646. Windows color (decimal): -3732196 or 1838535. OLE color: 1838535.

HSL color Cylindrical-coordinate representation of color #C70D1C: hue angle of 355.16º 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 #C70D1C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 28 -
CMYK 0 0.93 0.86 0.22
HSL 355.16º 0.88% 0.42% -
HSV(B) 355.16º 0.93% 0.78% -
XYZ 23.91 12.51 2.25 -
YUV 70.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 199 13 28 0 0.93 0.86 0.22 355.16 0.88 0.42
Hex C7 D 1C 0 5D 56 16 163 58 2A
Octal 307 15 34 0 135 126 26 543 130 52
Binary 11000111 1101 11100 0 1011101 1010110 10110 101100011 1011000 101010

Color Harmonies of #C70D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D1C

Black with #C70D1C

Text Example


Text Example

White with #C70D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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