Html Css Color HEX #C8031E Venetian Red

📋 copy color: '#C8031E'

red 200 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #C8031E

Tints of Venetian Red #C8031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 85.84%
G = 1.29%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8031E (or 0xC8031E) is known color: Venetian Red. HEX triplet: C8, 03 and 1E. RGB value is (200,3,30). Sum of RGB (Red+Green+Blue) = 200+3+30=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C8031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8031E is #37FCE1. Grayscale: #414141. Windows color (decimal): -3669218 or 1967048. OLE color: 1967048.

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

Color convert

RGB 200 3 30 -
CMYK 0 0.98 0.85 0.22
HSL 351.78º 0.97% 0.4% -
HSV(B) 351.78º 0.99% 0.78% -
XYZ 24.09 12.44 2.36 -
YUV 64.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 200 3 30 0 0.98 0.85 0.22 351.78 0.97 0.4
Hex C8 3 1E 0 62 55 16 160 61 28
Octal 310 3 36 0 142 125 26 540 141 50
Binary 11001000 11 11110 0 1100010 1010101 10110 101100000 1100001 101000

Color Harmonies of #C8031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8031E

Black with #C8031E

Text Example


Text Example

White with #C8031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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