Html Css Color HEX #C10212 Venetian Red

📋 copy color: '#C10212'

red 193 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #C10212

Tints of Venetian Red #C10212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 90.61%
G = 0.94%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10212 (or 0xC10212) is known color: Venetian Red. HEX triplet: C1, 02 and 12. RGB value is (193,2,18). Sum of RGB (Red+Green+Blue) = 193+2+18=213 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.61% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 193 - color contains mainly: red. Hex color #C10212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10212 is #3EFDED. Grayscale: #3D3D3D. Windows color (decimal): -4128238 or 1180353. OLE color: 1180353.

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

Color convert

RGB 193 2 18 -
CMYK 0 0.99 0.91 0.24
HSL 354.97º 0.98% 0.38% -
HSV(B) 354.97º 0.99% 0.76% -
XYZ 22.12 11.42 1.61 -
YUV 60.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 193 2 18 0 0.99 0.91 0.24 354.97 0.98 0.38
Hex C1 2 12 0 63 5B 18 163 62 26
Octal 301 2 22 0 143 133 30 543 142 46
Binary 11000001 10 10010 0 1100011 1011011 11000 101100011 1100010 100110

Color Harmonies of #C10212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10212

Black with #C10212

Text Example


Text Example

White with #C10212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10212; }

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

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

background-color css

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

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

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

border-color css

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

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

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