Html Css Color HEX #C10B0E Venetian Red

📋 copy color: '#C10B0E'

red 193 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #C10B0E

Tints of Venetian Red #C10B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.05%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 88.53%
G = 5.05%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C10B0E (or 0xC10B0E) is known color: Venetian Red. HEX triplet: C1, 0B and 0E. RGB value is (193,11,14). Sum of RGB (Red+Green+Blue) = 193+11+14=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10B0E is #3EF4F1. Grayscale: #414141. Windows color (decimal): -4125938 or 920513. OLE color: 920513.

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

Color convert

RGB 193 11 14 -
CMYK 0 0.94 0.93 0.24
HSL 359.01º 0.89% 0.4% -
HSV(B) 359.01º 0.94% 0.76% -
XYZ 22.19 11.61 1.49 -
YUV 65.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 193 11 14 0 0.94 0.93 0.24 359.01 0.89 0.4
Hex C1 B E 0 5E 5D 18 167 59 28
Octal 301 13 16 0 136 135 30 547 131 50
Binary 11000001 1011 1110 0 1011110 1011101 11000 101100111 1011001 101000

Color Harmonies of #C10B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B0E

Black with #C10B0E

Text Example


Text Example

White with #C10B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B0E; }

 p { color: rgb(193,11,14); }

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

background-color css

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

 a { background-color: rgb(193,11,14); }

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

border-color css

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

 span { border-color: rgb(193,11,14); }

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