Html Css Color HEX #CC0801 Free Speech Red

📋 copy color: '#CC0801'

red 204 ◦ green 8 ◦ blue 1

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

Shades of Free Speech Red #CC0801

Tints of Free Speech Red #CC0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 95.77%
G = 3.76%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC0801 (or 0xCC0801) is known color: Free Speech Red. HEX triplet: CC, 08 and 01. RGB value is (204,8,1). Sum of RGB (Red+Green+Blue) = 204+8+1=213 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.77% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0801 is #33F7FE. Grayscale: #424242. Windows color (decimal): -3405823 or 67788. OLE color: 67788.

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

Color convert

RGB 204 8 1 -
CMYK 0 0.96 1.00 0.2
HSL 2.07º 0.99% 0.4% -
HSV(B) 2.07º 1% 0.8% -
XYZ 24.99 13.01 1.22 -
YUV 65.81 91.43 226.57 -
System Red Green Blue C M Y K H S L
Decimal 204 8 1 0 0.96 1.00 0.2 2.07 0.99 0.4
Hex CC 8 1 0 60 64 14 2 63 28
Octal 314 10 1 0 140 144 24 2 143 50
Binary 11001100 1000 1 0 1100000 1100100 10100 10 1100011 101000

Color Harmonies of #CC0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0801

Black with #CC0801

Text Example


Text Example

White with #CC0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0801; }

 p { color: rgb(204,8,1); }

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

background-color css

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

 a { background-color: rgb(204,8,1); }

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

border-color css

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

 span { border-color: rgb(204,8,1); }

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