Html Css Color HEX #C80726 Venetian Red

📋 copy color: '#C80726'

red 200 ◦ green 7 ◦ blue 38

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

Shades of Venetian Red #C80726

Tints of Venetian Red #C80726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 81.63%
G = 2.86%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C80726 (or 0xC80726) is known color: Venetian Red. HEX triplet: C8, 07 and 26. RGB value is (200,7,38). Sum of RGB (Red+Green+Blue) = 200+7+38=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80726 is #37F8D9. Grayscale: #444444. Windows color (decimal): -3668186 or 2492360. OLE color: 2492360.

HSL color Cylindrical-coordinate representation of color #C80726: hue angle of 350.36º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80726 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 38 -
CMYK 0 0.96 0.81 0.22
HSL 350.36º 0.93% 0.41% -
HSV(B) 350.36º 0.97% 0.78% -
XYZ 24.25 12.57 2.98 -
YUV 68.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 200 7 38 0 0.96 0.81 0.22 350.36 0.93 0.41
Hex C8 7 26 0 60 51 16 15E 5D 29
Octal 310 7 46 0 140 121 26 536 135 51
Binary 11001000 111 100110 0 1100000 1010001 10110 101011110 1011101 101001

Color Harmonies of #C80726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80726

Black with #C80726

Text Example


Text Example

White with #C80726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80726; }

 p { color: rgb(200,7,38); }

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

background-color css

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

 a { background-color: rgb(200,7,38); }

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

border-color css

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

 span { border-color: rgb(200,7,38); }

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