Html Css Color HEX #C8022C Venetian Red

📋 copy color: '#C8022C'

red 200 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #C8022C

Tints of Venetian Red #C8022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 81.3%
G = 0.81%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8022C (or 0xC8022C) is known color: Venetian Red. HEX triplet: C8, 02 and 2C. RGB value is (200,2,44). Sum of RGB (Red+Green+Blue) = 200+2+44=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8022C is #37FDD3. Grayscale: #424242. Windows color (decimal): -3669460 or 2884296. OLE color: 2884296.

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

Color convert

RGB 200 2 44 -
CMYK 0 0.99 0.78 0.22
HSL 347.27º 0.98% 0.4% -
HSV(B) 347.27º 0.99% 0.78% -
XYZ 24.3 12.5 3.52 -
YUV 65.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 200 2 44 0 0.99 0.78 0.22 347.27 0.98 0.4
Hex C8 2 2C 0 63 4E 16 15B 62 28
Octal 310 2 54 0 143 116 26 533 142 50
Binary 11001000 10 101100 0 1100011 1001110 10110 101011011 1100010 101000

Color Harmonies of #C8022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8022C

Black with #C8022C

Text Example


Text Example

White with #C8022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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