Html Css Color HEX #CC1015 Venetian Red

📋 copy color: '#CC1015'

red 204 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #CC1015

Tints of Venetian Red #CC1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 84.65%
G = 6.64%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1015 (or 0xCC1015) is known color: Venetian Red. HEX triplet: CC, 10 and 15. RGB value is (204,16,21). Sum of RGB (Red+Green+Blue) = 204+16+21=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1015 is #33EFEA. Grayscale: #484848. Windows color (decimal): -3403755 or 1380556. OLE color: 1380556.

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

Color convert

RGB 204 16 21 -
CMYK 0 0.92 0.90 0.2
HSL 358.4º 0.85% 0.43% -
HSV(B) 358.4º 0.92% 0.8% -
XYZ 25.22 13.26 1.94 -
YUV 72.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 204 16 21 0 0.92 0.90 0.2 358.4 0.85 0.43
Hex CC 10 15 0 5C 5A 14 166 55 2B
Octal 314 20 25 0 134 132 24 546 125 53
Binary 11001100 10000 10101 0 1011100 1011010 10100 101100110 1010101 101011

Color Harmonies of #CC1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1015

Black with #CC1015

Text Example


Text Example

White with #CC1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1015; }

 p { color: rgb(204,16,21); }

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

background-color css

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

 a { background-color: rgb(204,16,21); }

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

border-color css

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

 span { border-color: rgb(204,16,21); }

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