Html Css Color HEX #C7010E Venetian Red

📋 copy color: '#C7010E'

red 199 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #C7010E

Tints of Venetian Red #C7010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 92.99%
G = 0.47%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7010E (or 0xC7010E) is known color: Venetian Red. HEX triplet: C7, 01 and 0E. RGB value is (199,1,14). Sum of RGB (Red+Green+Blue) = 199+1+14=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C7010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7010E is #38FEF1. Grayscale: #3D3D3D. Windows color (decimal): -3735282 or 917959. OLE color: 917959.

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

Color convert

RGB 199 1 14 -
CMYK 0 0.99 0.93 0.22
HSL 356.06º 0.99% 0.39% -
HSV(B) 356.06º 0.99% 0.78% -
XYZ 23.64 12.2 1.52 -
YUV 61.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 199 1 14 0 0.99 0.93 0.22 356.06 0.99 0.39
Hex C7 1 E 0 63 5D 16 164 63 27
Octal 307 1 16 0 143 135 26 544 143 47
Binary 11000111 1 1110 0 1100011 1011101 10110 101100100 1100011 100111

Color Harmonies of #C7010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7010E

Black with #C7010E

Text Example


Text Example

White with #C7010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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