Html Css Color HEX #CC0321 Venetian Red

📋 copy color: '#CC0321'

red 204 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #CC0321

Tints of Venetian Red #CC0321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 85%
G = 1.25%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC0321 (or 0xCC0321) is known color: Venetian Red. HEX triplet: CC, 03 and 21. RGB value is (204,3,33). Sum of RGB (Red+Green+Blue) = 204+3+33=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0321 is #33FCDE. Grayscale: #424242. Windows color (decimal): -3407071 or 2163660. OLE color: 2163660.

HSL color Cylindrical-coordinate representation of color #CC0321: hue angle of 351.04º 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 #CC0321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 33 -
CMYK 0 0.99 0.84 0.2
HSL 351.04º 0.97% 0.41% -
HSV(B) 351.04º 0.99% 0.8% -
XYZ 25.21 13.01 2.62 -
YUV 66.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 204 3 33 0 0.99 0.84 0.2 351.04 0.97 0.41
Hex CC 3 21 0 63 54 14 15F 61 29
Octal 314 3 41 0 143 124 24 537 141 51
Binary 11001100 11 100001 0 1100011 1010100 10100 101011111 1100001 101001

Color Harmonies of #CC0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0321

Black with #CC0321

Text Example


Text Example

White with #CC0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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