Html Css Color HEX #C10118 Venetian Red

📋 copy color: '#C10118'

red 193 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #C10118

Tints of Venetian Red #C10118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 88.53%
G = 0.46%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10118 (or 0xC10118) is known color: Venetian Red. HEX triplet: C1, 01 and 18. RGB value is (193,1,24). Sum of RGB (Red+Green+Blue) = 193+1+24=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10118 is #3EFEE7. Grayscale: #3D3D3D. Windows color (decimal): -4128488 or 1573313. OLE color: 1573313.

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

Color convert

RGB 193 1 24 -
CMYK 0 0.99 0.88 0.24
HSL 352.81º 0.99% 0.38% -
HSV(B) 352.81º 0.99% 0.76% -
XYZ 22.17 11.43 1.9 -
YUV 61.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 193 1 24 0 0.99 0.88 0.24 352.81 0.99 0.38
Hex C1 1 18 0 63 58 18 161 63 26
Octal 301 1 30 0 143 130 30 541 143 46
Binary 11000001 1 11000 0 1100011 1011000 11000 101100001 1100011 100110

Color Harmonies of #C10118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10118

Black with #C10118

Text Example


Text Example

White with #C10118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10118; }

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

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

background-color css

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

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

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

border-color css

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

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

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