Html Css Color HEX #C8081B Venetian Red

📋 copy color: '#C8081B'

red 200 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C8081B

Tints of Venetian Red #C8081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 85.11%
G = 3.4%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8081B (or 0xC8081B) is known color: Venetian Red. HEX triplet: C8, 08 and 1B. RGB value is (200,8,27). Sum of RGB (Red+Green+Blue) = 200+8+27=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C8081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8081B is #37F7E4. Grayscale: #434343. Windows color (decimal): -3667941 or 1771720. OLE color: 1771720.

HSL color Cylindrical-coordinate representation of color #C8081B: hue angle of 354.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8081B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 27 -
CMYK 0 0.96 0.86 0.22
HSL 354.06º 0.92% 0.41% -
HSV(B) 354.06º 0.96% 0.78% -
XYZ 24.1 12.53 2.19 -
YUV 67.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 200 8 27 0 0.96 0.86 0.22 354.06 0.92 0.41
Hex C8 8 1B 0 60 56 16 162 5C 29
Octal 310 10 33 0 140 126 26 542 134 51
Binary 11001000 1000 11011 0 1100000 1010110 10110 101100010 1011100 101001

Color Harmonies of #C8081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8081B

Black with #C8081B

Text Example


Text Example

White with #C8081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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