Html Css Color HEX #C70D0E Venetian Red

📋 copy color: '#C70D0E'

red 199 ◦ green 13 ◦ blue 14

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

Shades of Venetian Red #C70D0E

Tints of Venetian Red #C70D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 88.05%
G = 5.75%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C70D0E (or 0xC70D0E) is known color: Venetian Red. HEX triplet: C7, 0D and 0E. RGB value is (199,13,14). Sum of RGB (Red+Green+Blue) = 199+13+14=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70D0E is #38F2F1. Grayscale: #444444. Windows color (decimal): -3732210 or 921031. OLE color: 921031.

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

Color convert

RGB 199 13 14 -
CMYK 0 0.93 0.93 0.22
HSL 359.68º 0.88% 0.42% -
HSV(B) 359.68º 0.93% 0.78% -
XYZ 23.78 12.46 1.57 -
YUV 68.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 199 13 14 0 0.93 0.93 0.22 359.68 0.88 0.42
Hex C7 D E 0 5D 5D 16 168 58 2A
Octal 307 15 16 0 135 135 26 550 130 52
Binary 11000111 1101 1110 0 1011101 1011101 10110 101101000 1011000 101010

Color Harmonies of #C70D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D0E

Black with #C70D0E

Text Example


Text Example

White with #C70D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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