Html Css Color HEX #C2081D Venetian Red

📋 copy color: '#C2081D'

red 194 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C2081D

Tints of Venetian Red #C2081D

RGB

 RED value IS 194 (76.17% from 255) = 83.98%

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

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

R = 83.98%
G = 3.46%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2081D (or 0xC2081D) is known color: Venetian Red. HEX triplet: C2, 08 and 1D. RGB value is (194,8,29). Sum of RGB (Red+Green+Blue) = 194+8+29=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C2081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2081D is #3DF7E2. Grayscale: #424242. Windows color (decimal): -4061155 or 1902786. OLE color: 1902786.

HSL color Cylindrical-coordinate representation of color #C2081D: hue angle of 353.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 29 -
CMYK 0 0.96 0.85 0.24
HSL 353.23º 0.92% 0.4% -
HSV(B) 353.23º 0.96% 0.76% -
XYZ 22.56 11.73 2.24 -
YUV 66.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 194 8 29 0 0.96 0.85 0.24 353.23 0.92 0.4
Hex C2 8 1D 0 60 55 18 161 5C 28
Octal 302 10 35 0 140 125 30 541 134 50
Binary 11000010 1000 11101 0 1100000 1010101 11000 101100001 1011100 101000

Color Harmonies of #C2081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2081D

Black with #C2081D

Text Example


Text Example

White with #C2081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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