Html Css Color HEX #C1070D Venetian Red

📋 copy color: '#C1070D'

red 193 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #C1070D

Tints of Venetian Red #C1070D

RGB

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

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

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

R = 90.61%
G = 3.29%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1070D (or 0xC1070D) is known color: Venetian Red. HEX triplet: C1, 07 and 0D. RGB value is (193,7,13). Sum of RGB (Red+Green+Blue) = 193+7+13=213 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.61% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 193 - color contains mainly: red. Hex color #C1070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1070D is #3EF8F2. Grayscale: #3F3F3F. Windows color (decimal): -4126963 or 853953. OLE color: 853953.

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

Color convert

RGB 193 7 13 -
CMYK 0 0.96 0.93 0.24
HSL 358.06º 0.93% 0.39% -
HSV(B) 358.06º 0.96% 0.76% -
XYZ 22.14 11.52 1.44 -
YUV 63.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 193 7 13 0 0.96 0.93 0.24 358.06 0.93 0.39
Hex C1 7 D 0 60 5D 18 166 5D 27
Octal 301 7 15 0 140 135 30 546 135 47
Binary 11000001 111 1101 0 1100000 1011101 11000 101100110 1011101 100111

Color Harmonies of #C1070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1070D

Black with #C1070D

Text Example


Text Example

White with #C1070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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