Html Css Color HEX #C10508 Venetian Red

📋 copy color: '#C10508'

red 193 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #C10508

Tints of Venetian Red #C10508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 93.69%
G = 2.43%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C10508 (or 0xC10508) is known color: Venetian Red. HEX triplet: C1, 05 and 08. RGB value is (193,5,8). Sum of RGB (Red+Green+Blue) = 193+5+8=206 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.69% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 193 - color contains mainly: red. Hex color #C10508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10508 is #3EFAF7. Grayscale: #3D3D3D. Windows color (decimal): -4127480 or 525761. OLE color: 525761.

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

Color convert

RGB 193 5 8 -
CMYK 0 0.97 0.96 0.24
HSL 359.04º 0.95% 0.39% -
HSV(B) 359.04º 0.97% 0.76% -
XYZ 22.09 11.46 1.28 -
YUV 61.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 193 5 8 0 0.97 0.96 0.24 359.04 0.95 0.39
Hex C1 5 8 0 61 60 18 167 5F 27
Octal 301 5 10 0 141 140 30 547 137 47
Binary 11000001 101 1000 0 1100001 1100000 11000 101100111 1011111 100111

Color Harmonies of #C10508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10508

Black with #C10508

Text Example


Text Example

White with #C10508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10508; }

 p { color: rgb(193,5,8); }

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

background-color css

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

 a { background-color: rgb(193,5,8); }

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

border-color css

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

 span { border-color: rgb(193,5,8); }

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