Html Css Color HEX #C10103 Venetian Red

📋 copy color: '#C10103'

red 193 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #C10103

Tints of Venetian Red #C10103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 97.97%
G = 0.51%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C10103 (or 0xC10103) is known color: Venetian Red. HEX triplet: C1, 01 and 03. RGB value is (193,1,3). Sum of RGB (Red+Green+Blue) = 193+1+3=197 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.97% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 193 - color contains mainly: red. Hex color #C10103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10103 is #3EFEFC. Grayscale: #3A3A3A. Windows color (decimal): -4128509 or 197057. OLE color: 197057.

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

Color convert

RGB 193 1 3 -
CMYK 0 0.99 0.98 0.24
HSL 359.38º 0.99% 0.38% -
HSV(B) 359.38º 0.99% 0.76% -
XYZ 22.02 11.37 1.12 -
YUV 58.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 193 1 3 0 0.99 0.98 0.24 359.38 0.99 0.38
Hex C1 1 3 0 63 62 18 167 63 26
Octal 301 1 3 0 143 142 30 547 143 46
Binary 11000001 1 11 0 1100011 1100010 11000 101100111 1100011 100110

Color Harmonies of #C10103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10103

Black with #C10103

Text Example


Text Example

White with #C10103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10103; }

 p { color: rgb(193,1,3); }

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

background-color css

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

 a { background-color: rgb(193,1,3); }

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

border-color css

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

 span { border-color: rgb(193,1,3); }

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