Html Css Color HEX #C10312 Venetian Red

📋 copy color: '#C10312'

red 193 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #C10312

Tints of Venetian Red #C10312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 90.19%
G = 1.4%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10312 (or 0xC10312) is known color: Venetian Red. HEX triplet: C1, 03 and 12. RGB value is (193,3,18). Sum of RGB (Red+Green+Blue) = 193+3+18=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C10312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10312 is #3EFCED. Grayscale: #3D3D3D. Windows color (decimal): -4127982 or 1180609. OLE color: 1180609.

HSL color Cylindrical-coordinate representation of color #C10312: hue angle of 355.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10312 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 18 -
CMYK 0 0.98 0.91 0.24
HSL 355.26º 0.97% 0.38% -
HSV(B) 355.26º 0.98% 0.76% -
XYZ 22.13 11.45 1.62 -
YUV 61.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 193 3 18 0 0.98 0.91 0.24 355.26 0.97 0.38
Hex C1 3 12 0 62 5B 18 163 61 26
Octal 301 3 22 0 142 133 30 543 141 46
Binary 11000001 11 10010 0 1100010 1011011 11000 101100011 1100001 100110

Color Harmonies of #C10312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10312

Black with #C10312

Text Example


Text Example

White with #C10312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10312; }

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

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

background-color css

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

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

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

border-color css

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

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

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