Html Css Color HEX #C80414 Venetian Red

📋 copy color: '#C80414'

red 200 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #C80414

Tints of Venetian Red #C80414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 89.29%
G = 1.79%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C80414 (or 0xC80414) is known color: Venetian Red. HEX triplet: C8, 04 and 14. RGB value is (200,4,20). Sum of RGB (Red+Green+Blue) = 200+4+20=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80414 is #37FBEB. Grayscale: #404040. Windows color (decimal): -3668972 or 1311944. OLE color: 1311944.

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

Color convert

RGB 200 4 20 -
CMYK 0 0.98 0.9 0.22
HSL 355.1º 0.96% 0.4% -
HSV(B) 355.1º 0.98% 0.78% -
XYZ 23.99 12.42 1.79 -
YUV 64.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 200 4 20 0 0.98 0.9 0.22 355.1 0.96 0.4
Hex C8 4 14 0 62 5A 16 163 60 28
Octal 310 4 24 0 142 132 26 543 140 50
Binary 11001000 100 10100 0 1100010 1011010 10110 101100011 1100000 101000

Color Harmonies of #C80414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80414

Black with #C80414

Text Example


Text Example

White with #C80414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80414; }

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

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

background-color css

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

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

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

border-color css

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

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

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