Html Css Color HEX #C1040C Venetian Red

📋 copy color: '#C1040C'

red 193 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #C1040C

Tints of Venetian Red #C1040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 92.34%
G = 1.91%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1040C (or 0xC1040C) is known color: Venetian Red. HEX triplet: C1, 04 and 0C. RGB value is (193,4,12). Sum of RGB (Red+Green+Blue) = 193+4+12=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C1040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1040C is #3EFBF3. Grayscale: #3D3D3D. Windows color (decimal): -4127732 or 787649. OLE color: 787649.

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

Color convert

RGB 193 4 12 -
CMYK 0 0.98 0.94 0.24
HSL 357.46º 0.96% 0.39% -
HSV(B) 357.46º 0.98% 0.76% -
XYZ 22.1 11.45 1.39 -
YUV 61.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 193 4 12 0 0.98 0.94 0.24 357.46 0.96 0.39
Hex C1 4 C 0 62 5E 18 165 60 27
Octal 301 4 14 0 142 136 30 545 140 47
Binary 11000001 100 1100 0 1100010 1011110 11000 101100101 1100000 100111

Color Harmonies of #C1040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1040C

Black with #C1040C

Text Example


Text Example

White with #C1040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1040C; }

 p { color: rgb(193,4,12); }

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

background-color css

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

 a { background-color: rgb(193,4,12); }

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

border-color css

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

 span { border-color: rgb(193,4,12); }

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