Html Css Color HEX #C8060D Venetian Red

📋 copy color: '#C8060D'

red 200 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #C8060D

Tints of Venetian Red #C8060D

RGB

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

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

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

R = 91.32%
G = 2.74%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8060D (or 0xC8060D) is known color: Venetian Red. HEX triplet: C8, 06 and 0D. RGB value is (200,6,13). Sum of RGB (Red+Green+Blue) = 200+6+13=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C8060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8060D is #37F9F2. Grayscale: #404040. Windows color (decimal): -3668467 or 853704. OLE color: 853704.

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

Color convert

RGB 200 6 13 -
CMYK 0 0.97 0.94 0.22
HSL 357.84º 0.94% 0.4% -
HSV(B) 357.84º 0.97% 0.78% -
XYZ 23.96 12.44 1.52 -
YUV 64.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 200 6 13 0 0.97 0.94 0.22 357.84 0.94 0.4
Hex C8 6 D 0 61 5E 16 166 5E 28
Octal 310 6 15 0 141 136 26 546 136 50
Binary 11001000 110 1101 0 1100001 1011110 10110 101100110 1011110 101000

Color Harmonies of #C8060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8060D

Black with #C8060D

Text Example


Text Example

White with #C8060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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