Html Css Color HEX #C1030D Venetian Red

📋 copy color: '#C1030D'

red 193 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #C1030D

Tints of Venetian Red #C1030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 92.34%
G = 1.44%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1030D (or 0xC1030D) is known color: Venetian Red. HEX triplet: C1, 03 and 0D. RGB value is (193,3,13). Sum of RGB (Red+Green+Blue) = 193+3+13=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C1030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1030D is #3EFCF2. Grayscale: #3D3D3D. Windows color (decimal): -4127987 or 852929. OLE color: 852929.

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

Color convert

RGB 193 3 13 -
CMYK 0 0.98 0.93 0.24
HSL 356.84º 0.97% 0.38% -
HSV(B) 356.84º 0.98% 0.76% -
XYZ 22.1 11.43 1.42 -
YUV 60.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 193 3 13 0 0.98 0.93 0.24 356.84 0.97 0.38
Hex C1 3 D 0 62 5D 18 165 61 26
Octal 301 3 15 0 142 135 30 545 141 46
Binary 11000001 11 1101 0 1100010 1011101 11000 101100101 1100001 100110

Color Harmonies of #C1030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1030D

Black with #C1030D

Text Example


Text Example

White with #C1030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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