Html Css Color HEX #C8061F Venetian Red

📋 copy color: '#C8061F'

red 200 ◦ green 6 ◦ blue 31

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

Shades of Venetian Red #C8061F

Tints of Venetian Red #C8061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 84.39%
G = 2.53%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8061F (or 0xC8061F) is known color: Venetian Red. HEX triplet: C8, 06 and 1F. RGB value is (200,6,31). Sum of RGB (Red+Green+Blue) = 200+6+31=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C8061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8061F is #37F9E0. Grayscale: #424242. Windows color (decimal): -3668449 or 2033352. OLE color: 2033352.

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

Color convert

RGB 200 6 31 -
CMYK 0 0.97 0.84 0.22
HSL 352.27º 0.94% 0.4% -
HSV(B) 352.27º 0.97% 0.78% -
XYZ 24.13 12.51 2.44 -
YUV 66.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 200 6 31 0 0.97 0.84 0.22 352.27 0.94 0.4
Hex C8 6 1F 0 61 54 16 160 5E 28
Octal 310 6 37 0 141 124 26 540 136 50
Binary 11001000 110 11111 0 1100001 1010100 10110 101100000 1011110 101000

Color Harmonies of #C8061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8061F

Black with #C8061F

Text Example


Text Example

White with #C8061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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