Html Css Color HEX #C10307 Venetian Red

📋 copy color: '#C10307'

red 193 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #C10307

Tints of Venetian Red #C10307

RGB

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

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

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

R = 95.07%
G = 1.48%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C10307 (or 0xC10307) is known color: Venetian Red. HEX triplet: C1, 03 and 07. RGB value is (193,3,7). Sum of RGB (Red+Green+Blue) = 193+3+7=203 (26% of max value = 765). Red value is 193 (75.78% from 255 or 95.07% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 193 - color contains mainly: red. Hex color #C10307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10307 is #3EFCF8. Grayscale: #3C3C3C. Windows color (decimal): -4127993 or 459713. OLE color: 459713.

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

Color convert

RGB 193 3 7 -
CMYK 0 0.98 0.96 0.24
HSL 358.74º 0.97% 0.38% -
HSV(B) 358.74º 0.98% 0.76% -
XYZ 22.06 11.42 1.24 -
YUV 60.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 193 3 7 0 0.98 0.96 0.24 358.74 0.97 0.38
Hex C1 3 7 0 62 60 18 167 61 26
Octal 301 3 7 0 142 140 30 547 141 46
Binary 11000001 11 111 0 1100010 1100000 11000 101100111 1100001 100110

Color Harmonies of #C10307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10307

Black with #C10307

Text Example


Text Example

White with #C10307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10307; }

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

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

background-color css

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

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

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

border-color css

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

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

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