Html Css Color HEX #C8061E Venetian Red

📋 copy color: '#C8061E'

red 200 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #C8061E

Tints of Venetian Red #C8061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 84.75%
G = 2.54%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8061E (or 0xC8061E) is known color: Venetian Red. HEX triplet: C8, 06 and 1E. RGB value is (200,6,30). Sum of RGB (Red+Green+Blue) = 200+6+30=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C8061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8061E is #37F9E1. Grayscale: #424242. Windows color (decimal): -3668450 or 1967816. OLE color: 1967816.

HSL color Cylindrical-coordinate representation of color #C8061E: hue angle of 352.58º 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 #C8061E is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 30 -
CMYK 0 0.97 0.85 0.22
HSL 352.58º 0.94% 0.4% -
HSV(B) 352.58º 0.97% 0.78% -
XYZ 24.12 12.5 2.37 -
YUV 66.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 200 6 30 0 0.97 0.85 0.22 352.58 0.94 0.4
Hex C8 6 1E 0 61 55 16 161 5E 28
Octal 310 6 36 0 141 125 26 541 136 50
Binary 11001000 110 11110 0 1100001 1010101 10110 101100001 1011110 101000

Color Harmonies of #C8061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8061E

Black with #C8061E

Text Example


Text Example

White with #C8061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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