Html Css Color HEX #C10109 Venetian Red

📋 copy color: '#C10109'

red 193 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #C10109

Tints of Venetian Red #C10109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 95.07%
G = 0.49%
B = 4.43%

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

#C10109 (or 0xC10109) is known color: Venetian Red. HEX triplet: C1, 01 and 09. RGB value is (193,1,9). Sum of RGB (Red+Green+Blue) = 193+1+9=203 (26% of max value = 765). Red value is 193 (75.78% from 255 or 95.07% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 193 - color contains mainly: red. Hex color #C10109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10109 is #3EFEF6. Grayscale: #3B3B3B. Windows color (decimal): -4128503 or 590273. OLE color: 590273.

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

Color convert

RGB 193 1 9 -
CMYK 0 0.99 0.95 0.24
HSL 357.5º 0.99% 0.38% -
HSV(B) 357.5º 0.99% 0.76% -
XYZ 22.05 11.38 1.29 -
YUV 59.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 193 1 9 0 0.99 0.95 0.24 357.5 0.99 0.38
Hex C1 1 9 0 63 5F 18 166 63 26
Octal 301 1 11 0 143 137 30 546 143 46
Binary 11000001 1 1001 0 1100011 1011111 11000 101100110 1100011 100110

Color Harmonies of #C10109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10109

Black with #C10109

Text Example


Text Example

White with #C10109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10109; }

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

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

background-color css

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

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

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

border-color css

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

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

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