Html Css Color HEX #C1071C Venetian Red

📋 copy color: '#C1071C'

red 193 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #C1071C

Tints of Venetian Red #C1071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 84.65%
G = 3.07%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1071C (or 0xC1071C) is known color: Venetian Red. HEX triplet: C1, 07 and 1C. RGB value is (193,7,28). Sum of RGB (Red+Green+Blue) = 193+7+28=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C1071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1071C is #3EF8E3. Grayscale: #414141. Windows color (decimal): -4126948 or 1836993. OLE color: 1836993.

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

Color convert

RGB 193 7 28 -
CMYK 0 0.96 0.85 0.24
HSL 353.23º 0.93% 0.39% -
HSV(B) 353.23º 0.96% 0.76% -
XYZ 22.28 11.57 2.16 -
YUV 65.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 193 7 28 0 0.96 0.85 0.24 353.23 0.93 0.39
Hex C1 7 1C 0 60 55 18 161 5D 27
Octal 301 7 34 0 140 125 30 541 135 47
Binary 11000001 111 11100 0 1100000 1010101 11000 101100001 1011101 100111

Color Harmonies of #C1071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1071C

Black with #C1071C

Text Example


Text Example

White with #C1071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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