Html Css Color HEX #CC001C Venetian Red

📋 copy color: '#CC001C'

red 204 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #CC001C

Tints of Venetian Red #CC001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 87.93%
G = 0%
B = 12.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC001C (or 0xCC001C) is known color: Venetian Red. HEX triplet: CC, 00 and 1C. RGB value is (204,0,28). Sum of RGB (Red+Green+Blue) = 204+0+28=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC001C is #33FFE3. Grayscale: #404040. Windows color (decimal): -3407844 or 1835212. OLE color: 1835212.

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

Color convert

RGB 204 0 28 -
CMYK 0 1 0.86 0.2
HSL 351.76º 1% 0.4% -
HSV(B) 351.76º 1% 0.8% -
XYZ 25.11 12.92 2.27 -
YUV 64.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 204 0 28 0 1 0.86 0.2 351.76 1 0.4
Hex CC 0 1C 0 64 56 14 160 64 28
Octal 314 0 34 0 144 126 24 540 144 50
Binary 11001100 0 11100 0 1100100 1010110 10100 101100000 1100100 101000

Color Harmonies of #CC001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC001C

Black with #CC001C

Text Example


Text Example

White with #CC001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC001C; }

 p { color: rgb(204,0,28); }

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

background-color css

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

 a { background-color: rgb(204,0,28); }

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

border-color css

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

 span { border-color: rgb(204,0,28); }

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