Html Css Color HEX #C0070E Venetian Red

📋 copy color: '#C0070E'

red 192 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #C0070E

Tints of Venetian Red #C0070E

RGB

 RED value IS 192 (75.39% from 255) = 90.14%

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 90.14%
G = 3.29%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0070E (or 0xC0070E) is known color: Venetian Red. HEX triplet: C0, 07 and 0E. RGB value is (192,7,14). Sum of RGB (Red+Green+Blue) = 192+7+14=213 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.14% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 192 - color contains mainly: red. Hex color #C0070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0070E is #3FF8F1. Grayscale: #3F3F3F. Windows color (decimal): -4192498 or 919488. OLE color: 919488.

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

Color convert

RGB 192 7 14 -
CMYK 0 0.96 0.93 0.25
HSL 357.73º 0.93% 0.39% -
HSV(B) 357.73º 0.96% 0.75% -
XYZ 21.89 11.39 1.46 -
YUV 63.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 192 7 14 0 0.96 0.93 0.25 357.73 0.93 0.39
Hex C0 7 E 0 60 5D 19 166 5D 27
Octal 300 7 16 0 140 135 31 546 135 47
Binary 11000000 111 1110 0 1100000 1011101 11001 101100110 1011101 100111

Color Harmonies of #C0070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0070E

Black with #C0070E

Text Example


Text Example

White with #C0070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0070E; }

 p { color: rgb(192,7,14); }

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

background-color css

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

 a { background-color: rgb(192,7,14); }

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

border-color css

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

 span { border-color: rgb(192,7,14); }

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