Html Css Color HEX #C8010E Venetian Red

📋 copy color: '#C8010E'

red 200 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #C8010E

Tints of Venetian Red #C8010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 93.02%
G = 0.47%
B = 6.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8010E (or 0xC8010E) is known color: Venetian Red. HEX triplet: C8, 01 and 0E. RGB value is (200,1,14). Sum of RGB (Red+Green+Blue) = 200+1+14=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C8010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8010E is #37FEF1. Grayscale: #3E3E3E. Windows color (decimal): -3669746 or 917960. OLE color: 917960.

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

Color convert

RGB 200 1 14 -
CMYK 0 1.00 0.93 0.22
HSL 356.08º 0.99% 0.39% -
HSV(B) 356.08º 1% 0.78% -
XYZ 23.91 12.33 1.54 -
YUV 61.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 200 1 14 0 1.00 0.93 0.22 356.08 0.99 0.39
Hex C8 1 E 0 64 5D 16 164 63 27
Octal 310 1 16 0 144 135 26 544 143 47
Binary 11001000 1 1110 0 1100100 1011101 10110 101100100 1100011 100111

Color Harmonies of #C8010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8010E

Black with #C8010E

Text Example


Text Example

White with #C8010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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