Html Css Color HEX #C10309 Venetian Red

📋 copy color: '#C10309'

red 193 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #C10309

Tints of Venetian Red #C10309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.39%

R = 94.15%
G = 1.46%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C10309 (or 0xC10309) is known color: Venetian Red. HEX triplet: C1, 03 and 09. RGB value is (193,3,9). Sum of RGB (Red+Green+Blue) = 193+3+9=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C10309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10309 is #3EFCF6. Grayscale: #3C3C3C. Windows color (decimal): -4127991 or 590785. OLE color: 590785.

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

Color convert

RGB 193 3 9 -
CMYK 0 0.98 0.95 0.24
HSL 358.11º 0.97% 0.38% -
HSV(B) 358.11º 0.98% 0.76% -
XYZ 22.07 11.42 1.3 -
YUV 60.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 193 3 9 0 0.98 0.95 0.24 358.11 0.97 0.38
Hex C1 3 9 0 62 5F 18 166 61 26
Octal 301 3 11 0 142 137 30 546 141 46
Binary 11000001 11 1001 0 1100010 1011111 11000 101100110 1100001 100110

Color Harmonies of #C10309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10309

Black with #C10309

Text Example


Text Example

White with #C10309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10309; }

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

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

background-color css

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

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

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

border-color css

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

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

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