Html Css Color HEX #C10727 Venetian Red

📋 copy color: '#C10727'

red 193 ◦ green 7 ◦ blue 39

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

Shades of Venetian Red #C10727

Tints of Venetian Red #C10727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

 BLUE value IS 39 (15.63% from 255) = 16.32%

R = 80.75%
G = 2.93%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10727 (or 0xC10727) is known color: Venetian Red. HEX triplet: C1, 07 and 27. RGB value is (193,7,39). Sum of RGB (Red+Green+Blue) = 193+7+39=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C10727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10727 is #3EF8D8. Grayscale: #424242. Windows color (decimal): -4126937 or 2557889. OLE color: 2557889.

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

Color convert

RGB 193 7 39 -
CMYK 0 0.96 0.80 0.24
HSL 349.68º 0.93% 0.39% -
HSV(B) 349.68º 0.96% 0.76% -
XYZ 22.43 11.64 2.98 -
YUV 66.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 193 7 39 0 0.96 0.80 0.24 349.68 0.93 0.39
Hex C1 7 27 0 60 50 18 15E 5D 27
Octal 301 7 47 0 140 120 30 536 135 47
Binary 11000001 111 100111 0 1100000 1010000 11000 101011110 1011101 100111

Color Harmonies of #C10727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10727

Black with #C10727

Text Example


Text Example

White with #C10727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10727; }

 p { color: rgb(193,7,39); }

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

background-color css

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

 a { background-color: rgb(193,7,39); }

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

border-color css

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

 span { border-color: rgb(193,7,39); }

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