Html Css Color HEX #C2010C Venetian Red

📋 copy color: '#C2010C'

red 194 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #C2010C

Tints of Venetian Red #C2010C

RGB

 RED value IS 194 (76.17% from 255) = 93.72%

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 93.72%
G = 0.48%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2010C (or 0xC2010C) is known color: Venetian Red. HEX triplet: C2, 01 and 0C. RGB value is (194,1,12). Sum of RGB (Red+Green+Blue) = 194+1+12=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C2010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2010C is #3DFEF3. Grayscale: #3C3C3C. Windows color (decimal): -4062964 or 786882. OLE color: 786882.

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

Color convert

RGB 194 1 12 -
CMYK 0 0.99 0.94 0.24
HSL 356.58º 0.99% 0.38% -
HSV(B) 356.58º 0.99% 0.76% -
XYZ 22.33 11.52 1.39 -
YUV 59.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 194 1 12 0 0.99 0.94 0.24 356.58 0.99 0.38
Hex C2 1 C 0 63 5E 18 165 63 26
Octal 302 1 14 0 143 136 30 545 143 46
Binary 11000010 1 1100 0 1100011 1011110 11000 101100101 1100011 100110

Color Harmonies of #C2010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2010C

Black with #C2010C

Text Example


Text Example

White with #C2010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2010C; }

 p { color: rgb(194,1,12); }

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

background-color css

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

 a { background-color: rgb(194,1,12); }

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

border-color css

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

 span { border-color: rgb(194,1,12); }

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