Html Css Color HEX #C8081D Venetian Red

📋 copy color: '#C8081D'

red 200 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C8081D

Tints of Venetian Red #C8081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 84.39%
G = 3.38%
B = 12.24%

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

#C8081D (or 0xC8081D) is known color: Venetian Red. HEX triplet: C8, 08 and 1D. RGB value is (200,8,29). Sum of RGB (Red+Green+Blue) = 200+8+29=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C8081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8081D is #37F7E2. Grayscale: #434343. Windows color (decimal): -3667939 or 1902792. OLE color: 1902792.

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

Color convert

RGB 200 8 29 -
CMYK 0 0.96 0.86 0.22
HSL 353.44º 0.92% 0.41% -
HSV(B) 353.44º 0.96% 0.78% -
XYZ 24.13 12.54 2.31 -
YUV 67.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 200 8 29 0 0.96 0.86 0.22 353.44 0.92 0.41
Hex C8 8 1D 0 60 56 16 161 5C 29
Octal 310 10 35 0 140 126 26 541 134 51
Binary 11001000 1000 11101 0 1100000 1010110 10110 101100001 1011100 101001

Color Harmonies of #C8081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8081D

Black with #C8081D

Text Example


Text Example

White with #C8081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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