Html Css Color HEX #C80326 Venetian Red

📋 copy color: '#C80326'

red 200 ◦ green 3 ◦ blue 38

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

Shades of Venetian Red #C80326

Tints of Venetian Red #C80326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 82.99%
G = 1.24%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C80326 (or 0xC80326) is known color: Venetian Red. HEX triplet: C8, 03 and 26. RGB value is (200,3,38). Sum of RGB (Red+Green+Blue) = 200+3+38=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C80326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80326 is #37FCD9. Grayscale: #414141. Windows color (decimal): -3669210 or 2491336. OLE color: 2491336.

HSL color Cylindrical-coordinate representation of color #C80326: hue angle of 349.34º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80326 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 38 -
CMYK 0 0.98 0.81 0.22
HSL 349.34º 0.97% 0.4% -
HSV(B) 349.34º 0.99% 0.78% -
XYZ 24.2 12.48 2.97 -
YUV 65.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 200 3 38 0 0.98 0.81 0.22 349.34 0.97 0.4
Hex C8 3 26 0 62 51 16 15D 61 28
Octal 310 3 46 0 142 121 26 535 141 50
Binary 11001000 11 100110 0 1100010 1010001 10110 101011101 1100001 101000

Color Harmonies of #C80326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80326

Black with #C80326

Text Example


Text Example

White with #C80326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80326; }

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

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

background-color css

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

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

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

border-color css

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

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

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