Html Css Color HEX #C7000D Venetian Red

📋 copy color: '#C7000D'

red 199 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #C7000D

Tints of Venetian Red #C7000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 93.87%
G = 0%
B = 6.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7000D (or 0xC7000D) is known color: Venetian Red. HEX triplet: C7, 00 and 0D. RGB value is (199,0,13). Sum of RGB (Red+Green+Blue) = 199+0+13=212 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.87% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 199 - color contains mainly: red. Hex color #C7000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7000D is #38FFF2. Grayscale: #3D3D3D. Windows color (decimal): -3735539 or 852167. OLE color: 852167.

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

Color convert

RGB 199 0 13 -
CMYK 0 1 0.93 0.22
HSL 356.08º 1% 0.39% -
HSV(B) 356.08º 1% 0.78% -
XYZ 23.63 12.17 1.48 -
YUV 60.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 199 0 13 0 1 0.93 0.22 356.08 1 0.39
Hex C7 0 D 0 64 5D 16 164 64 27
Octal 307 0 15 0 144 135 26 544 144 47
Binary 11000111 0 1101 0 1100100 1011101 10110 101100100 1100100 100111

Color Harmonies of #C7000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7000D

Black with #C7000D

Text Example


Text Example

White with #C7000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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