Html Css Color HEX #C10005 Venetian Red

📋 copy color: '#C10005'

red 193 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #C10005

Tints of Venetian Red #C10005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.47%
G = 0%
B = 2.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C10005 (or 0xC10005) is known color: Venetian Red. HEX triplet: C1, 00 and 05. RGB value is (193,0,5). Sum of RGB (Red+Green+Blue) = 193+0+5=198 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.47% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 193 - color contains mainly: red. Hex color #C10005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10005 is #3EFFFA. Grayscale: #3A3A3A. Windows color (decimal): -4128763 or 327873. OLE color: 327873.

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

Color convert

RGB 193 0 5 -
CMYK 0 1 0.97 0.24
HSL 358.45º 1% 0.38% -
HSV(B) 358.45º 1% 0.76% -
XYZ 22.02 11.35 1.17 -
YUV 58.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 193 0 5 0 1 0.97 0.24 358.45 1 0.38
Hex C1 0 5 0 64 61 18 166 64 26
Octal 301 0 5 0 144 141 30 546 144 46
Binary 11000001 0 101 0 1100100 1100001 11000 101100110 1100100 100110

Color Harmonies of #C10005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10005

Black with #C10005

Text Example


Text Example

White with #C10005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10005; }

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

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

background-color css

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

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

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

border-color css

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

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

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