Html Css Color HEX #C7000A Venetian Red

📋 copy color: '#C7000A'

red 199 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #C7000A

Tints of Venetian Red #C7000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 95.22%
G = 0%
B = 4.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7000A (or 0xC7000A) is known color: Venetian Red. HEX triplet: C7, 00 and 0A. RGB value is (199,0,10). Sum of RGB (Red+Green+Blue) = 199+0+10=209 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.22% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 199 - color contains mainly: red. Hex color #C7000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7000A is #38FFF5. Grayscale: #3C3C3C. Windows color (decimal): -3735542 or 655559. OLE color: 655559.

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

Color convert

RGB 199 0 10 -
CMYK 0 1 0.95 0.22
HSL 356.98º 1% 0.39% -
HSV(B) 356.98º 1% 0.78% -
XYZ 23.61 12.16 1.39 -
YUV 60.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 199 0 10 0 1 0.95 0.22 356.98 1 0.39
Hex C7 0 A 0 64 5F 16 165 64 27
Octal 307 0 12 0 144 137 26 545 144 47
Binary 11000111 0 1010 0 1100100 1011111 10110 101100101 1100100 100111

Color Harmonies of #C7000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7000A

Black with #C7000A

Text Example


Text Example

White with #C7000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7000A; }

 p { color: rgb(199,0,10); }

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

background-color css

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

 a { background-color: rgb(199,0,10); }

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

border-color css

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

 span { border-color: rgb(199,0,10); }

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