Html Css Color HEX #C10318 Venetian Red

📋 copy color: '#C10318'

red 193 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #C10318

Tints of Venetian Red #C10318

RGB

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

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

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

R = 87.73%
G = 1.36%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10318 (or 0xC10318) is known color: Venetian Red. HEX triplet: C1, 03 and 18. RGB value is (193,3,24). Sum of RGB (Red+Green+Blue) = 193+3+24=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10318 is #3EFCE7. Grayscale: #3E3E3E. Windows color (decimal): -4127976 or 1573825. OLE color: 1573825.

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

Color convert

RGB 193 3 24 -
CMYK 0 0.98 0.88 0.24
HSL 353.37º 0.97% 0.38% -
HSV(B) 353.37º 0.98% 0.76% -
XYZ 22.19 11.47 1.91 -
YUV 62.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 193 3 24 0 0.98 0.88 0.24 353.37 0.97 0.38
Hex C1 3 18 0 62 58 18 161 61 26
Octal 301 3 30 0 142 130 30 541 141 46
Binary 11000001 11 11000 0 1100010 1011000 11000 101100001 1100001 100110

Color Harmonies of #C10318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10318

Black with #C10318

Text Example


Text Example

White with #C10318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10318; }

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

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

background-color css

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

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

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

border-color css

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

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

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