Html Css Color HEX #C10507 Venetian Red

📋 copy color: '#C10507'

red 193 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #C10507

Tints of Venetian Red #C10507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 94.15%
G = 2.44%
B = 3.41%

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

#C10507 (or 0xC10507) is known color: Venetian Red. HEX triplet: C1, 05 and 07. RGB value is (193,5,7). Sum of RGB (Red+Green+Blue) = 193+5+7=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C10507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10507 is #3EFAF8. Grayscale: #3D3D3D. Windows color (decimal): -4127481 or 460225. OLE color: 460225.

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

Color convert

RGB 193 5 7 -
CMYK 0 0.97 0.96 0.24
HSL 359.36º 0.95% 0.39% -
HSV(B) 359.36º 0.97% 0.76% -
XYZ 22.08 11.46 1.25 -
YUV 61.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 193 5 7 0 0.97 0.96 0.24 359.36 0.95 0.39
Hex C1 5 7 0 61 60 18 167 5F 27
Octal 301 5 7 0 141 140 30 547 137 47
Binary 11000001 101 111 0 1100001 1100000 11000 101100111 1011111 100111

Color Harmonies of #C10507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10507

Black with #C10507

Text Example


Text Example

White with #C10507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10507; }

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

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

background-color css

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

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

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

border-color css

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

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

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