Html Css Color HEX #C80014 Venetian Red

📋 copy color: '#C80014'

red 200 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #C80014

Tints of Venetian Red #C80014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C80014 (or 0xC80014) is known color: Venetian Red. HEX triplet: C8, 00 and 14. RGB value is (200,0,20). Sum of RGB (Red+Green+Blue) = 200+0+20=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C80014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80014 is #37FFEB. Grayscale: #3E3E3E. Windows color (decimal): -3669996 or 1310920. OLE color: 1310920.

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

Color convert

RGB 200 0 20 -
CMYK 0 1 0.9 0.22
HSL 354º 1% 0.39% -
HSV(B) 354º 1% 0.78% -
XYZ 23.95 12.33 1.78 -
YUV 62.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 200 0 20 0 1 0.9 0.22 354 1 0.39
Hex C8 0 14 0 64 5A 16 162 64 27
Octal 310 0 24 0 144 132 26 542 144 47
Binary 11001000 0 10100 0 1100100 1011010 10110 101100010 1100100 100111

Color Harmonies of #C80014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80014

Black with #C80014

Text Example


Text Example

White with #C80014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80014; }

 p { color: rgb(200,0,20); }

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

background-color css

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

 a { background-color: rgb(200,0,20); }

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

border-color css

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

 span { border-color: rgb(200,0,20); }

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