Html Css Color HEX #C1020A Venetian Red

📋 copy color: '#C1020A'

red 193 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #C1020A

Tints of Venetian Red #C1020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 94.15%
G = 0.98%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1020A (or 0xC1020A) is known color: Venetian Red. HEX triplet: C1, 02 and 0A. RGB value is (193,2,10). Sum of RGB (Red+Green+Blue) = 193+2+10=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C1020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1020A is #3EFDF5. Grayscale: #3C3C3C. Windows color (decimal): -4128246 or 656065. OLE color: 656065.

HSL color Cylindrical-coordinate representation of color #C1020A: hue angle of 357.49º degrees, saturation: 0.98, 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 #C1020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 10 -
CMYK 0 0.99 0.95 0.24
HSL 357.49º 0.98% 0.38% -
HSV(B) 357.49º 0.99% 0.76% -
XYZ 22.07 11.4 1.32 -
YUV 60.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 193 2 10 0 0.99 0.95 0.24 357.49 0.98 0.38
Hex C1 2 A 0 63 5F 18 165 62 26
Octal 301 2 12 0 143 137 30 545 142 46
Binary 11000001 10 1010 0 1100011 1011111 11000 101100101 1100010 100110

Color Harmonies of #C1020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1020A

Black with #C1020A

Text Example


Text Example

White with #C1020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1020A; }

 p { color: rgb(193,2,10); }

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

background-color css

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

 a { background-color: rgb(193,2,10); }

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

border-color css

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

 span { border-color: rgb(193,2,10); }

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