Html Css Color HEX #C80714 Venetian Red

📋 copy color: '#C80714'

red 200 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #C80714

Tints of Venetian Red #C80714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 88.11%
G = 3.08%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C80714 (or 0xC80714) is known color: Venetian Red. HEX triplet: C8, 07 and 14. RGB value is (200,7,20). Sum of RGB (Red+Green+Blue) = 200+7+20=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C80714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80714 is #37F8EB. Grayscale: #424242. Windows color (decimal): -3668204 or 1312712. OLE color: 1312712.

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

Color convert

RGB 200 7 20 -
CMYK 0 0.96 0.9 0.22
HSL 355.96º 0.93% 0.41% -
HSV(B) 355.96º 0.97% 0.78% -
XYZ 24.02 12.48 1.8 -
YUV 66.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 200 7 20 0 0.96 0.9 0.22 355.96 0.93 0.41
Hex C8 7 14 0 60 5A 16 164 5D 29
Octal 310 7 24 0 140 132 26 544 135 51
Binary 11001000 111 10100 0 1100000 1011010 10110 101100100 1011101 101001

Color Harmonies of #C80714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80714

Black with #C80714

Text Example


Text Example

White with #C80714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80714; }

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

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

background-color css

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

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

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

border-color css

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

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

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