Html Css Color HEX #C10609 Venetian Red

📋 copy color: '#C10609'

red 193 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #C10609

Tints of Venetian Red #C10609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

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

R = 92.79%
G = 2.88%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C10609 (or 0xC10609) is known color: Venetian Red. HEX triplet: C1, 06 and 09. RGB value is (193,6,9). Sum of RGB (Red+Green+Blue) = 193+6+9=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C10609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10609 is #3EF9F6. Grayscale: #3E3E3E. Windows color (decimal): -4127223 or 591553. OLE color: 591553.

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

Color convert

RGB 193 6 9 -
CMYK 0 0.97 0.95 0.24
HSL 359.04º 0.94% 0.39% -
HSV(B) 359.04º 0.97% 0.76% -
XYZ 22.11 11.49 1.31 -
YUV 62.26 97.95 221.26 -
System Red Green Blue C M Y K H S L
Decimal 193 6 9 0 0.97 0.95 0.24 359.04 0.94 0.39
Hex C1 6 9 0 61 5F 18 167 5E 27
Octal 301 6 11 0 141 137 30 547 136 47
Binary 11000001 110 1001 0 1100001 1011111 11000 101100111 1011110 100111

Color Harmonies of #C10609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10609

Black with #C10609

Text Example


Text Example

White with #C10609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10609; }

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

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

background-color css

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

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

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

border-color css

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

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

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