Html Css Color HEX #C8021D Venetian Red

📋 copy color: '#C8021D'

red 200 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #C8021D

Tints of Venetian Red #C8021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.55%

R = 86.58%
G = 0.87%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8021D (or 0xC8021D) is known color: Venetian Red. HEX triplet: C8, 02 and 1D. RGB value is (200,2,29). Sum of RGB (Red+Green+Blue) = 200+2+29=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C8021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8021D is #37FDE2. Grayscale: #404040. Windows color (decimal): -3669475 or 1901256. OLE color: 1901256.

HSL color Cylindrical-coordinate representation of color #C8021D: hue angle of 351.82º 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 #C8021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 29 -
CMYK 0 0.99 0.86 0.22
HSL 351.82º 0.98% 0.4% -
HSV(B) 351.82º 0.99% 0.78% -
XYZ 24.06 12.41 2.29 -
YUV 64.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 200 2 29 0 0.99 0.86 0.22 351.82 0.98 0.4
Hex C8 2 1D 0 63 56 16 160 62 28
Octal 310 2 35 0 143 126 26 540 142 50
Binary 11001000 10 11101 0 1100011 1010110 10110 101100000 1100010 101000

Color Harmonies of #C8021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8021D

Black with #C8021D

Text Example


Text Example

White with #C8021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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