Html Css Color HEX #C10010 Venetian Red

📋 copy color: '#C10010'

red 193 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C10010

Tints of Venetian Red #C10010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 92.34%
G = 0%
B = 7.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C10010 (or 0xC10010) is known color: Venetian Red. HEX triplet: C1, 00 and 10. RGB value is (193,0,16). Sum of RGB (Red+Green+Blue) = 193+0+16=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C10010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10010 is #3EFFEF. Grayscale: #3B3B3B. Windows color (decimal): -4128752 or 1048769. OLE color: 1048769.

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

Color convert

RGB 193 0 16 -
CMYK 0 1 0.92 0.24
HSL 355.03º 1% 0.38% -
HSV(B) 355.03º 1% 0.76% -
XYZ 22.09 11.37 1.52 -
YUV 59.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 193 0 16 0 1 0.92 0.24 355.03 1 0.38
Hex C1 0 10 0 64 5C 18 163 64 26
Octal 301 0 20 0 144 134 30 543 144 46
Binary 11000001 0 10000 0 1100100 1011100 11000 101100011 1100100 100110

Color Harmonies of #C10010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10010

Black with #C10010

Text Example


Text Example

White with #C10010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10010; }

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

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

background-color css

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

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

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

border-color css

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

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

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