Html Css Color HEX #C6070D Venetian Red

📋 copy color: '#C6070D'

red 198 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #C6070D

Tints of Venetian Red #C6070D

RGB

 RED value IS 198 (77.73% from 255) = 90.83%

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

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

R = 90.83%
G = 3.21%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6070D (or 0xC6070D) is known color: Venetian Red. HEX triplet: C6, 07 and 0D. RGB value is (198,7,13). Sum of RGB (Red+Green+Blue) = 198+7+13=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C6070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6070D is #39F8F2. Grayscale: #404040. Windows color (decimal): -3799283 or 853958. OLE color: 853958.

HSL color Cylindrical-coordinate representation of color #C6070D: hue angle of 358.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 7 13 -
CMYK 0 0.96 0.93 0.22
HSL 358.12º 0.93% 0.4% -
HSV(B) 358.12º 0.96% 0.78% -
XYZ 23.44 12.19 1.5 -
YUV 64.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 198 7 13 0 0.96 0.93 0.22 358.12 0.93 0.4
Hex C6 7 D 0 60 5D 16 166 5D 28
Octal 306 7 15 0 140 135 26 546 135 50
Binary 11000110 111 1101 0 1100000 1011101 10110 101100110 1011101 101000

Color Harmonies of #C6070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6070D

Black with #C6070D

Text Example


Text Example

White with #C6070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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