Html Css Color HEX #C8061D Venetian Red

📋 copy color: '#C8061D'

red 200 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #C8061D

Tints of Venetian Red #C8061D

RGB

 RED value IS 200 (78.52% from 255) = 85.11%

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 85.11%
G = 2.55%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8061D (or 0xC8061D) is known color: Venetian Red. HEX triplet: C8, 06 and 1D. RGB value is (200,6,29). Sum of RGB (Red+Green+Blue) = 200+6+29=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C8061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8061D is #37F9E2. Grayscale: #424242. Windows color (decimal): -3668451 or 1902280. OLE color: 1902280.

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

Color convert

RGB 200 6 29 -
CMYK 0 0.97 0.86 0.22
HSL 352.89º 0.94% 0.4% -
HSV(B) 352.89º 0.97% 0.78% -
XYZ 24.11 12.5 2.3 -
YUV 66.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 200 6 29 0 0.97 0.86 0.22 352.89 0.94 0.4
Hex C8 6 1D 0 61 56 16 161 5E 28
Octal 310 6 35 0 141 126 26 541 136 50
Binary 11001000 110 11101 0 1100001 1010110 10110 101100001 1011110 101000

Color Harmonies of #C8061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8061D

Black with #C8061D

Text Example


Text Example

White with #C8061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8061D; }

 p { color: rgb(200,6,29); }

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

background-color css

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

 a { background-color: rgb(200,6,29); }

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

border-color css

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

 span { border-color: rgb(200,6,29); }

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