Html Css Color HEX #C8012C Venetian Red

📋 copy color: '#C8012C'

red 200 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #C8012C

Tints of Venetian Red #C8012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 81.63%
G = 0.41%
B = 17.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8012C (or 0xC8012C) is known color: Venetian Red. HEX triplet: C8, 01 and 2C. RGB value is (200,1,44). Sum of RGB (Red+Green+Blue) = 200+1+44=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8012C is #37FED3. Grayscale: #414141. Windows color (decimal): -3669716 or 2884040. OLE color: 2884040.

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

Color convert

RGB 200 1 44 -
CMYK 0 1.00 0.78 0.22
HSL 347.04º 0.99% 0.39% -
HSV(B) 347.04º 1% 0.78% -
XYZ 24.28 12.48 3.51 -
YUV 65.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 200 1 44 0 1.00 0.78 0.22 347.04 0.99 0.39
Hex C8 1 2C 0 64 4E 16 15B 63 27
Octal 310 1 54 0 144 116 26 533 143 47
Binary 11001000 1 101100 0 1100100 1001110 10110 101011011 1100011 100111

Color Harmonies of #C8012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8012C

Black with #C8012C

Text Example


Text Example

White with #C8012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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