Html Css Color HEX #C80C1E Venetian Red

📋 copy color: '#C80C1E'

red 200 ◦ green 12 ◦ blue 30

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

Shades of Venetian Red #C80C1E

Tints of Venetian Red #C80C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 82.64%
G = 4.96%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C80C1E (or 0xC80C1E) is known color: Venetian Red. HEX triplet: C8, 0C and 1E. RGB value is (200,12,30). Sum of RGB (Red+Green+Blue) = 200+12+30=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C1E is #37F3E1. Grayscale: #464646. Windows color (decimal): -3666914 or 1969352. OLE color: 1969352.

HSL color Cylindrical-coordinate representation of color #C80C1E: hue angle of 354.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C1E is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 30 -
CMYK 0 0.94 0.85 0.22
HSL 354.26º 0.89% 0.42% -
HSV(B) 354.26º 0.94% 0.78% -
XYZ 24.19 12.64 2.39 -
YUV 70.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 200 12 30 0 0.94 0.85 0.22 354.26 0.89 0.42
Hex C8 C 1E 0 5E 55 16 162 59 2A
Octal 310 14 36 0 136 125 26 542 131 52
Binary 11001000 1100 11110 0 1011110 1010101 10110 101100010 1011001 101010

Color Harmonies of #C80C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C1E

Black with #C80C1E

Text Example


Text Example

White with #C80C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C1E; }

 p { color: rgb(200,12,30); }

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

background-color css

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

 a { background-color: rgb(200,12,30); }

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

border-color css

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

 span { border-color: rgb(200,12,30); }

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