Html Css Color HEX #C10006 Venetian Red

📋 copy color: '#C10006'

red 193 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #C10006

Tints of Venetian Red #C10006

RGB

 RED value IS 193 (75.78% from 255) = 96.98%

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

 BLUE value IS 6 (2.73% from 255) = 3.02%

R = 96.98%
G = 0%
B = 3.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C10006 (or 0xC10006) is known color: Venetian Red. HEX triplet: C1, 00 and 06. RGB value is (193,0,6). Sum of RGB (Red+Green+Blue) = 193+0+6=199 (26% of max value = 765). Red value is 193 (75.78% from 255 or 96.98% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 193 - color contains mainly: red. Hex color #C10006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10006 is #3EFFF9. Grayscale: #3A3A3A. Windows color (decimal): -4128762 or 393409. OLE color: 393409.

HSL color Cylindrical-coordinate representation of color #C10006: hue angle of 358.13º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 6 -
CMYK 0 1 0.97 0.24
HSL 358.13º 1% 0.38% -
HSV(B) 358.13º 1% 0.76% -
XYZ 22.03 11.35 1.2 -
YUV 58.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 193 0 6 0 1 0.97 0.24 358.13 1 0.38
Hex C1 0 6 0 64 61 18 166 64 26
Octal 301 0 6 0 144 141 30 546 144 46
Binary 11000001 0 110 0 1100100 1100001 11000 101100110 1100100 100110

Color Harmonies of #C10006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10006

Black with #C10006

Text Example


Text Example

White with #C10006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10006; }

 p { color: rgb(193,0,6); }

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

background-color css

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

 a { background-color: rgb(193,0,6); }

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

border-color css

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

 span { border-color: rgb(193,0,6); }

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