Html Css Color HEX #C80323 Venetian Red

📋 copy color: '#C80323'

red 200 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #C80323

Tints of Venetian Red #C80323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.71%

R = 84.03%
G = 1.26%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80323 (or 0xC80323) is known color: Venetian Red. HEX triplet: C8, 03 and 23. RGB value is (200,3,35). Sum of RGB (Red+Green+Blue) = 200+3+35=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C80323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80323 is #37FCDC. Grayscale: #414141. Windows color (decimal): -3669213 or 2294728. OLE color: 2294728.

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

Color convert

RGB 200 3 35 -
CMYK 0 0.98 0.82 0.22
HSL 350.25º 0.97% 0.4% -
HSV(B) 350.25º 0.99% 0.78% -
XYZ 24.16 12.47 2.72 -
YUV 65.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 200 3 35 0 0.98 0.82 0.22 350.25 0.97 0.4
Hex C8 3 23 0 62 52 16 15E 61 28
Octal 310 3 43 0 142 122 26 536 141 50
Binary 11001000 11 100011 0 1100010 1010010 10110 101011110 1100001 101000

Color Harmonies of #C80323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80323

Black with #C80323

Text Example


Text Example

White with #C80323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80323; }

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

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

background-color css

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

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

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

border-color css

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

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

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