Html Css Color HEX #CC081A Venetian Red

📋 copy color: '#CC081A'

red 204 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #CC081A

Tints of Venetian Red #CC081A

RGB

 RED value IS 204 (80.08% from 255) = 85.71%

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 85.71%
G = 3.36%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC081A (or 0xCC081A) is known color: Venetian Red. HEX triplet: CC, 08 and 1A. RGB value is (204,8,26). Sum of RGB (Red+Green+Blue) = 204+8+26=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC081A is #33F7E5. Grayscale: #444444. Windows color (decimal): -3405798 or 1706188. OLE color: 1706188.

HSL color Cylindrical-coordinate representation of color #CC081A: hue angle of 354.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC081A is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 26 -
CMYK 0 0.96 0.87 0.2
HSL 354.49º 0.92% 0.42% -
HSV(B) 354.49º 0.96% 0.8% -
XYZ 25.18 13.09 2.18 -
YUV 68.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 204 8 26 0 0.96 0.87 0.2 354.49 0.92 0.42
Hex CC 8 1A 0 60 57 14 162 5C 2A
Octal 314 10 32 0 140 127 24 542 134 52
Binary 11001100 1000 11010 0 1100000 1010111 10100 101100010 1011100 101010

Color Harmonies of #CC081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC081A

Black with #CC081A

Text Example


Text Example

White with #CC081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC081A; }

 p { color: rgb(204,8,26); }

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

background-color css

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

 a { background-color: rgb(204,8,26); }

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

border-color css

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

 span { border-color: rgb(204,8,26); }

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