Html Css Color HEX #C8060F Venetian Red

📋 copy color: '#C8060F'

red 200 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #C8060F

Tints of Venetian Red #C8060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 90.5%
G = 2.71%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8060F (or 0xC8060F) is known color: Venetian Red. HEX triplet: C8, 06 and 0F. RGB value is (200,6,15). Sum of RGB (Red+Green+Blue) = 200+6+15=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C8060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8060F is #37F9F0. Grayscale: #414141. Windows color (decimal): -3668465 or 984776. OLE color: 984776.

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

Color convert

RGB 200 6 15 -
CMYK 0 0.97 0.92 0.22
HSL 357.22º 0.94% 0.4% -
HSV(B) 357.22º 0.97% 0.78% -
XYZ 23.97 12.44 1.59 -
YUV 65.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 200 6 15 0 0.97 0.92 0.22 357.22 0.94 0.4
Hex C8 6 F 0 61 5C 16 165 5E 28
Octal 310 6 17 0 141 134 26 545 136 50
Binary 11001000 110 1111 0 1100001 1011100 10110 101100101 1011110 101000

Color Harmonies of #C8060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8060F

Black with #C8060F

Text Example


Text Example

White with #C8060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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