Html Css Color HEX #CC0306 Venetian Red

📋 copy color: '#CC0306'

red 204 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #CC0306

Tints of Venetian Red #CC0306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 95.77%
G = 1.41%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC0306 (or 0xCC0306) is known color: Venetian Red. HEX triplet: CC, 03 and 06. RGB value is (204,3,6). Sum of RGB (Red+Green+Blue) = 204+3+6=213 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.77% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0306 is #33FCF9. Grayscale: #3F3F3F. Windows color (decimal): -3407098 or 394188. OLE color: 394188.

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

Color convert

RGB 204 3 6 -
CMYK 0 0.99 0.97 0.2
HSL 359.1º 0.97% 0.41% -
HSV(B) 359.1º 0.99% 0.8% -
XYZ 24.97 12.92 1.35 -
YUV 63.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 204 3 6 0 0.99 0.97 0.2 359.1 0.97 0.41
Hex CC 3 6 0 63 61 14 167 61 29
Octal 314 3 6 0 143 141 24 547 141 51
Binary 11001100 11 110 0 1100011 1100001 10100 101100111 1100001 101001

Color Harmonies of #CC0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0306

Black with #CC0306

Text Example


Text Example

White with #CC0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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