Html Css Color HEX #C7000C Venetian Red

📋 copy color: '#C7000C'

red 199 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #C7000C

Tints of Venetian Red #C7000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 94.31%
G = 0%
B = 5.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7000C (or 0xC7000C) is known color: Venetian Red. HEX triplet: C7, 00 and 0C. RGB value is (199,0,12). Sum of RGB (Red+Green+Blue) = 199+0+12=211 (27% of max value = 765). Red value is 199 (78.12% from 255 or 94.31% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 199 - color contains mainly: red. Hex color #C7000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7000C is #38FFF3. Grayscale: #3D3D3D. Windows color (decimal): -3735540 or 786631. OLE color: 786631.

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

Color convert

RGB 199 0 12 -
CMYK 0 1 0.94 0.22
HSL 356.38º 1% 0.39% -
HSV(B) 356.38º 1% 0.78% -
XYZ 23.62 12.17 1.45 -
YUV 60.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 199 0 12 0 1 0.94 0.22 356.38 1 0.39
Hex C7 0 C 0 64 5E 16 164 64 27
Octal 307 0 14 0 144 136 26 544 144 47
Binary 11000111 0 1100 0 1100100 1011110 10110 101100100 1100100 100111

Color Harmonies of #C7000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7000C

Black with #C7000C

Text Example


Text Example

White with #C7000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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