Html Css Color HEX #C10708 Venetian Red

📋 copy color: '#C10708'

red 193 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #C10708

Tints of Venetian Red #C10708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

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

R = 92.79%
G = 3.37%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C10708 (or 0xC10708) is known color: Venetian Red. HEX triplet: C1, 07 and 08. RGB value is (193,7,8). Sum of RGB (Red+Green+Blue) = 193+7+8=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C10708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10708 is #3EF8F7. Grayscale: #3E3E3E. Windows color (decimal): -4126968 or 526273. OLE color: 526273.

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

Color convert

RGB 193 7 8 -
CMYK 0 0.96 0.96 0.24
HSL 359.68º 0.93% 0.39% -
HSV(B) 359.68º 0.96% 0.76% -
XYZ 22.11 11.51 1.29 -
YUV 62.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 193 7 8 0 0.96 0.96 0.24 359.68 0.93 0.39
Hex C1 7 8 0 60 60 18 168 5D 27
Octal 301 7 10 0 140 140 30 550 135 47
Binary 11000001 111 1000 0 1100000 1100000 11000 101101000 1011101 100111

Color Harmonies of #C10708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10708

Black with #C10708

Text Example


Text Example

White with #C10708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10708; }

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

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

background-color css

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

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

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

border-color css

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

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

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