Html Css Color HEX #CC060D Venetian Red

📋 copy color: '#CC060D'

red 204 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #CC060D

Tints of Venetian Red #CC060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 91.48%
G = 2.69%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC060D (or 0xCC060D) is known color: Venetian Red. HEX triplet: CC, 06 and 0D. RGB value is (204,6,13). Sum of RGB (Red+Green+Blue) = 204+6+13=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC060D is #33F9F2. Grayscale: #424242. Windows color (decimal): -3406323 or 853708. OLE color: 853708.

HSL color Cylindrical-coordinate representation of color #CC060D: hue angle of 357.88º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC060D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 13 -
CMYK 0 0.97 0.94 0.2
HSL 357.88º 0.94% 0.41% -
HSV(B) 357.88º 0.97% 0.8% -
XYZ 25.04 13 1.57 -
YUV 66 98.1 226.43 -
System Red Green Blue C M Y K H S L
Decimal 204 6 13 0 0.97 0.94 0.2 357.88 0.94 0.41
Hex CC 6 D 0 61 5E 14 166 5E 29
Octal 314 6 15 0 141 136 24 546 136 51
Binary 11001100 110 1101 0 1100001 1011110 10100 101100110 1011110 101001

Color Harmonies of #CC060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC060D

Black with #CC060D

Text Example


Text Example

White with #CC060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC060D; }

 p { color: rgb(204,6,13); }

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

background-color css

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

 a { background-color: rgb(204,6,13); }

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

border-color css

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

 span { border-color: rgb(204,6,13); }

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