Html Css Color HEX #C8021E Venetian Red

📋 copy color: '#C8021E'

red 200 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #C8021E

Tints of Venetian Red #C8021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 86.21%
G = 0.86%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8021E (or 0xC8021E) is known color: Venetian Red. HEX triplet: C8, 02 and 1E. RGB value is (200,2,30). Sum of RGB (Red+Green+Blue) = 200+2+30=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C8021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8021E is #37FDE1. Grayscale: #404040. Windows color (decimal): -3669474 or 1966792. OLE color: 1966792.

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

Color convert

RGB 200 2 30 -
CMYK 0 0.99 0.85 0.22
HSL 351.52º 0.98% 0.4% -
HSV(B) 351.52º 0.99% 0.78% -
XYZ 24.08 12.42 2.36 -
YUV 64.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 200 2 30 0 0.99 0.85 0.22 351.52 0.98 0.4
Hex C8 2 1E 0 63 55 16 160 62 28
Octal 310 2 36 0 143 125 26 540 142 50
Binary 11001000 10 11110 0 1100011 1010101 10110 101100000 1100010 101000

Color Harmonies of #C8021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8021E

Black with #C8021E

Text Example


Text Example

White with #C8021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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