Html Css Color HEX #C80E0F Venetian Red

📋 copy color: '#C80E0F'

red 200 ◦ green 14 ◦ blue 15

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

Shades of Venetian Red #C80E0F

Tints of Venetian Red #C80E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 87.34%
G = 6.11%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80E0F (or 0xC80E0F) is known color: Venetian Red. HEX triplet: C8, 0E and 0F. RGB value is (200,14,15). Sum of RGB (Red+Green+Blue) = 200+14+15=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E0F is #37F1F0. Grayscale: #454545. Windows color (decimal): -3666417 or 986824. OLE color: 986824.

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

Color convert

RGB 200 14 15 -
CMYK 0 0.93 0.92 0.22
HSL 359.68º 0.87% 0.42% -
HSV(B) 359.68º 0.93% 0.78% -
XYZ 24.06 12.63 1.62 -
YUV 69.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 200 14 15 0 0.93 0.92 0.22 359.68 0.87 0.42
Hex C8 E F 0 5D 5C 16 168 57 2A
Octal 310 16 17 0 135 134 26 550 127 52
Binary 11001000 1110 1111 0 1011101 1011100 10110 101101000 1010111 101010

Color Harmonies of #C80E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E0F

Black with #C80E0F

Text Example


Text Example

White with #C80E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E0F; }

 p { color: rgb(200,14,15); }

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

background-color css

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

 a { background-color: rgb(200,14,15); }

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

border-color css

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

 span { border-color: rgb(200,14,15); }

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