Html Css Color HEX #C0111C Venetian Red

📋 copy color: '#C0111C'

red 192 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #C0111C

Tints of Venetian Red #C0111C

RGB

 RED value IS 192 (75.39% from 255) = 81.01%

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 81.01%
G = 7.17%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0111C (or 0xC0111C) is known color: Venetian Red. HEX triplet: C0, 11 and 1C. RGB value is (192,17,28). Sum of RGB (Red+Green+Blue) = 192+17+28=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C0111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0111C is #3FEEE3. Grayscale: #464646. Windows color (decimal): -4189924 or 1839552. OLE color: 1839552.

HSL color Cylindrical-coordinate representation of color #C0111C: hue angle of 356.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0111C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 28 -
CMYK 0 0.91 0.85 0.25
HSL 356.23º 0.84% 0.41% -
HSV(B) 356.23º 0.91% 0.75% -
XYZ 22.15 11.69 2.19 -
YUV 70.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 192 17 28 0 0.91 0.85 0.25 356.23 0.84 0.41
Hex C0 11 1C 0 5B 55 19 164 54 29
Octal 300 21 34 0 133 125 31 544 124 51
Binary 11000000 10001 11100 0 1011011 1010101 11001 101100100 1010100 101001

Color Harmonies of #C0111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0111C

Black with #C0111C

Text Example


Text Example

White with #C0111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0111C; }

 p { color: rgb(192,17,28); }

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

background-color css

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

 a { background-color: rgb(192,17,28); }

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

border-color css

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

 span { border-color: rgb(192,17,28); }

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