Html Css Color HEX #C8020A Venetian Red

📋 copy color: '#C8020A'

red 200 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #C8020A

Tints of Venetian Red #C8020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 94.34%
G = 0.94%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8020A (or 0xC8020A) is known color: Venetian Red. HEX triplet: C8, 02 and 0A. RGB value is (200,2,10). Sum of RGB (Red+Green+Blue) = 200+2+10=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C8020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8020A is #37FDF5. Grayscale: #3E3E3E. Windows color (decimal): -3669494 or 656072. OLE color: 656072.

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

Color convert

RGB 200 2 10 -
CMYK 0 0.99 0.95 0.22
HSL 357.58º 0.98% 0.4% -
HSV(B) 357.58º 0.99% 0.78% -
XYZ 23.9 12.34 1.41 -
YUV 62.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 200 2 10 0 0.99 0.95 0.22 357.58 0.98 0.4
Hex C8 2 A 0 63 5F 16 166 62 28
Octal 310 2 12 0 143 137 26 546 142 50
Binary 11001000 10 1010 0 1100011 1011111 10110 101100110 1100010 101000

Color Harmonies of #C8020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8020A

Black with #C8020A

Text Example


Text Example

White with #C8020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8020A; }

 p { color: rgb(200,2,10); }

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

background-color css

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

 a { background-color: rgb(200,2,10); }

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

border-color css

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

 span { border-color: rgb(200,2,10); }

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