Html Css Color HEX #C80328 Venetian Red

📋 copy color: '#C80328'

red 200 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #C80328

Tints of Venetian Red #C80328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 82.3%
G = 1.23%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C80328 (or 0xC80328) is known color: Venetian Red. HEX triplet: C8, 03 and 28. RGB value is (200,3,40). Sum of RGB (Red+Green+Blue) = 200+3+40=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C80328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80328 is #37FCD7. Grayscale: #424242. Windows color (decimal): -3669208 or 2622408. OLE color: 2622408.

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

Color convert

RGB 200 3 40 -
CMYK 0 0.98 0.8 0.22
HSL 348.73º 0.97% 0.4% -
HSV(B) 348.73º 0.99% 0.78% -
XYZ 24.23 12.5 3.14 -
YUV 66.12 113.27 223.49 -
System Red Green Blue C M Y K H S L
Decimal 200 3 40 0 0.98 0.8 0.22 348.73 0.97 0.4
Hex C8 3 28 0 62 50 16 15D 61 28
Octal 310 3 50 0 142 120 26 535 141 50
Binary 11001000 11 101000 0 1100010 1010000 10110 101011101 1100001 101000

Color Harmonies of #C80328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80328

Black with #C80328

Text Example


Text Example

White with #C80328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80328; }

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

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

background-color css

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

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

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

border-color css

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

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

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