Html Css Color HEX #C8031B Venetian Red

📋 copy color: '#C8031B'

red 200 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #C8031B

Tints of Venetian Red #C8031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 86.96%
G = 1.3%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8031B (or 0xC8031B) is known color: Venetian Red. HEX triplet: C8, 03 and 1B. RGB value is (200,3,27). Sum of RGB (Red+Green+Blue) = 200+3+27=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C8031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8031B is #37FCE4. Grayscale: #404040. Windows color (decimal): -3669221 or 1770440. OLE color: 1770440.

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

Color convert

RGB 200 3 27 -
CMYK 0 0.98 0.86 0.22
HSL 352.69º 0.97% 0.4% -
HSV(B) 352.69º 0.99% 0.78% -
XYZ 24.05 12.42 2.17 -
YUV 64.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 200 3 27 0 0.98 0.86 0.22 352.69 0.97 0.4
Hex C8 3 1B 0 62 56 16 161 61 28
Octal 310 3 33 0 142 126 26 541 141 50
Binary 11001000 11 11011 0 1100010 1010110 10110 101100001 1100001 101000

Color Harmonies of #C8031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8031B

Black with #C8031B

Text Example


Text Example

White with #C8031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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