Html Css Color HEX #C10205 Venetian Red

📋 copy color: '#C10205'

red 193 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #C10205

Tints of Venetian Red #C10205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 96.5%
G = 1%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C10205 (or 0xC10205) is known color: Venetian Red. HEX triplet: C1, 02 and 05. RGB value is (193,2,5). Sum of RGB (Red+Green+Blue) = 193+2+5=200 (26% of max value = 765). Red value is 193 (75.78% from 255 or 96.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 193 - color contains mainly: red. Hex color #C10205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10205 is #3EFDFA. Grayscale: #3B3B3B. Windows color (decimal): -4128251 or 328385. OLE color: 328385.

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

Color convert

RGB 193 2 5 -
CMYK 0 0.99 0.97 0.24
HSL 359.06º 0.98% 0.38% -
HSV(B) 359.06º 0.99% 0.76% -
XYZ 22.04 11.39 1.18 -
YUV 59.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 193 2 5 0 0.99 0.97 0.24 359.06 0.98 0.38
Hex C1 2 5 0 63 61 18 167 62 26
Octal 301 2 5 0 143 141 30 547 142 46
Binary 11000001 10 101 0 1100011 1100001 11000 101100111 1100010 100110

Color Harmonies of #C10205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10205

Black with #C10205

Text Example


Text Example

White with #C10205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10205; }

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

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

background-color css

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

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

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

border-color css

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

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

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