Html Css Color HEX #C10218 Venetian Red

📋 copy color: '#C10218'

red 193 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #C10218

Tints of Venetian Red #C10218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 88.13%
G = 0.91%
B = 10.96%

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

#C10218 (or 0xC10218) is known color: Venetian Red. HEX triplet: C1, 02 and 18. RGB value is (193,2,24). Sum of RGB (Red+Green+Blue) = 193+2+24=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C10218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10218 is #3EFDE7. Grayscale: #3D3D3D. Windows color (decimal): -4128232 or 1573569. OLE color: 1573569.

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

Color convert

RGB 193 2 24 -
CMYK 0 0.99 0.88 0.24
HSL 353.09º 0.98% 0.38% -
HSV(B) 353.09º 0.99% 0.76% -
XYZ 22.18 11.45 1.9 -
YUV 61.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 193 2 24 0 0.99 0.88 0.24 353.09 0.98 0.38
Hex C1 2 18 0 63 58 18 161 62 26
Octal 301 2 30 0 143 130 30 541 142 46
Binary 11000001 10 11000 0 1100011 1011000 11000 101100001 1100010 100110

Color Harmonies of #C10218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10218

Black with #C10218

Text Example


Text Example

White with #C10218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10218; }

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

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

background-color css

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

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

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

border-color css

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

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

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