Html Css Color HEX #C10213 Venetian Red

📋 copy color: '#C10213'

red 193 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C10213

Tints of Venetian Red #C10213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 90.19%
G = 0.93%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10213 (or 0xC10213) is known color: Venetian Red. HEX triplet: C1, 02 and 13. RGB value is (193,2,19). Sum of RGB (Red+Green+Blue) = 193+2+19=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C10213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10213 is #3EFDEC. Grayscale: #3D3D3D. Windows color (decimal): -4128237 or 1245889. OLE color: 1245889.

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

Color convert

RGB 193 2 19 -
CMYK 0 0.99 0.90 0.24
HSL 354.66º 0.98% 0.38% -
HSV(B) 354.66º 0.99% 0.76% -
XYZ 22.13 11.43 1.66 -
YUV 61.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 193 2 19 0 0.99 0.90 0.24 354.66 0.98 0.38
Hex C1 2 13 0 63 5A 18 163 62 26
Octal 301 2 23 0 143 132 30 543 142 46
Binary 11000001 10 10011 0 1100011 1011010 11000 101100011 1100010 100110

Color Harmonies of #C10213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10213

Black with #C10213

Text Example


Text Example

White with #C10213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10213; }

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

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

background-color css

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

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

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

border-color css

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

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

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