Html Css Color HEX #C10305 Venetian Red

📋 copy color: '#C10305'

red 193 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #C10305

Tints of Venetian Red #C10305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 96.02%
G = 1.49%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C10305 (or 0xC10305) is known color: Venetian Red. HEX triplet: C1, 03 and 05. RGB value is (193,3,5). Sum of RGB (Red+Green+Blue) = 193+3+5=201 (26% of max value = 765). Red value is 193 (75.78% from 255 or 96.02% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 193 - color contains mainly: red. Hex color #C10305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10305 is #3EFCFA. Grayscale: #3C3C3C. Windows color (decimal): -4127995 or 328641. OLE color: 328641.

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

Color convert

RGB 193 3 5 -
CMYK 0 0.98 0.97 0.24
HSL 359.37º 0.97% 0.38% -
HSV(B) 359.37º 0.98% 0.76% -
XYZ 22.05 11.41 1.18 -
YUV 60.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 193 3 5 0 0.98 0.97 0.24 359.37 0.97 0.38
Hex C1 3 5 0 62 61 18 167 61 26
Octal 301 3 5 0 142 141 30 547 141 46
Binary 11000001 11 101 0 1100010 1100001 11000 101100111 1100001 100110

Color Harmonies of #C10305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10305

Black with #C10305

Text Example


Text Example

White with #C10305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10305; }

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

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

background-color css

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

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

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

border-color css

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

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

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