Html Css Color HEX #C0081C Venetian Red

📋 copy color: '#C0081C'

red 192 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #C0081C

Tints of Venetian Red #C0081C

RGB

 RED value IS 192 (75.39% from 255) = 84.21%

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 84.21%
G = 3.51%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0081C (or 0xC0081C) is known color: Venetian Red. HEX triplet: C0, 08 and 1C. RGB value is (192,8,28). Sum of RGB (Red+Green+Blue) = 192+8+28=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C0081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0081C is #3FF7E3. Grayscale: #414141. Windows color (decimal): -4192228 or 1837248. OLE color: 1837248.

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

Color convert

RGB 192 8 28 -
CMYK 0 0.96 0.85 0.25
HSL 353.48º 0.92% 0.39% -
HSV(B) 353.48º 0.96% 0.75% -
XYZ 22.03 11.46 2.15 -
YUV 65.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 192 8 28 0 0.96 0.85 0.25 353.48 0.92 0.39
Hex C0 8 1C 0 60 55 19 161 5C 27
Octal 300 10 34 0 140 125 31 541 134 47
Binary 11000000 1000 11100 0 1100000 1010101 11001 101100001 1011100 100111

Color Harmonies of #C0081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0081C

Black with #C0081C

Text Example


Text Example

White with #C0081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0081C; }

 p { color: rgb(192,8,28); }

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

background-color css

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

 a { background-color: rgb(192,8,28); }

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

border-color css

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

 span { border-color: rgb(192,8,28); }

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