Html Css Color HEX #C10417 Venetian Red

📋 copy color: '#C10417'

red 193 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #C10417

Tints of Venetian Red #C10417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 87.73%
G = 1.82%
B = 10.45%

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

#C10417 (or 0xC10417) is known color: Venetian Red. HEX triplet: C1, 04 and 17. RGB value is (193,4,23). Sum of RGB (Red+Green+Blue) = 193+4+23=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10417 is #3EFBE8. Grayscale: #3E3E3E. Windows color (decimal): -4127721 or 1508545. OLE color: 1508545.

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

Color convert

RGB 193 4 23 -
CMYK 0 0.98 0.88 0.24
HSL 353.97º 0.96% 0.39% -
HSV(B) 353.97º 0.98% 0.76% -
XYZ 22.19 11.49 1.86 -
YUV 62.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 193 4 23 0 0.98 0.88 0.24 353.97 0.96 0.39
Hex C1 4 17 0 62 58 18 162 60 27
Octal 301 4 27 0 142 130 30 542 140 47
Binary 11000001 100 10111 0 1100010 1011000 11000 101100010 1100000 100111

Color Harmonies of #C10417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10417

Black with #C10417

Text Example


Text Example

White with #C10417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10417; }

 p { color: rgb(193,4,23); }

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

background-color css

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

 a { background-color: rgb(193,4,23); }

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

border-color css

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

 span { border-color: rgb(193,4,23); }

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