Html Css Color HEX #C80123 Venetian Red

📋 copy color: '#C80123'

red 200 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #C80123

Tints of Venetian Red #C80123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 84.75%
G = 0.42%
B = 14.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80123 (or 0xC80123) is known color: Venetian Red. HEX triplet: C8, 01 and 23. RGB value is (200,1,35). Sum of RGB (Red+Green+Blue) = 200+1+35=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C80123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80123 is #37FEDC. Grayscale: #404040. Windows color (decimal): -3669725 or 2294216. OLE color: 2294216.

HSL color Cylindrical-coordinate representation of color #C80123: hue angle of 349.75º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80123 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 35 -
CMYK 0 1.00 0.82 0.22
HSL 349.75º 0.99% 0.39% -
HSV(B) 349.75º 1% 0.78% -
XYZ 24.13 12.42 2.72 -
YUV 64.38 111.43 224.74 -
System Red Green Blue C M Y K H S L
Decimal 200 1 35 0 1.00 0.82 0.22 349.75 0.99 0.39
Hex C8 1 23 0 64 52 16 15E 63 27
Octal 310 1 43 0 144 122 26 536 143 47
Binary 11001000 1 100011 0 1100100 1010010 10110 101011110 1100011 100111

Color Harmonies of #C80123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80123

Black with #C80123

Text Example


Text Example

White with #C80123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80123; }

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

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

background-color css

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

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

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

border-color css

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

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

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