Html Css Color HEX #C8050C Venetian Red

📋 copy color: '#C8050C'

red 200 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #C8050C

Tints of Venetian Red #C8050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 92.17%
G = 2.3%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8050C (or 0xC8050C) is known color: Venetian Red. HEX triplet: C8, 05 and 0C. RGB value is (200,5,12). Sum of RGB (Red+Green+Blue) = 200+5+12=217 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.17% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 200 - color contains mainly: red. Hex color #C8050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8050C is #37FAF3. Grayscale: #404040. Windows color (decimal): -3668724 or 787912. OLE color: 787912.

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

Color convert

RGB 200 5 12 -
CMYK 0 0.98 0.94 0.22
HSL 357.85º 0.95% 0.4% -
HSV(B) 357.85º 0.98% 0.78% -
XYZ 23.94 12.41 1.48 -
YUV 64.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 200 5 12 0 0.98 0.94 0.22 357.85 0.95 0.4
Hex C8 5 C 0 62 5E 16 166 5F 28
Octal 310 5 14 0 142 136 26 546 137 50
Binary 11001000 101 1100 0 1100010 1011110 10110 101100110 1011111 101000

Color Harmonies of #C8050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8050C

Black with #C8050C

Text Example


Text Example

White with #C8050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8050C; }

 p { color: rgb(200,5,12); }

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

background-color css

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

 a { background-color: rgb(200,5,12); }

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

border-color css

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

 span { border-color: rgb(200,5,12); }

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