Html Css Color HEX #CC0301 Free Speech Red

📋 copy color: '#CC0301'

red 204 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #CC0301

Tints of Free Speech Red #CC0301

RGB

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

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

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

R = 98.08%
G = 1.44%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC0301 (or 0xCC0301) is known color: Free Speech Red. HEX triplet: CC, 03 and 01. RGB value is (204,3,1). Sum of RGB (Red+Green+Blue) = 204+3+1=208 (27% of max value = 765). Red value is 204 (80.08% from 255 or 98.08% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0301 is #33FCFE. Grayscale: #3F3F3F. Windows color (decimal): -3407103 or 66508. OLE color: 66508.

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

Color convert

RGB 204 3 1 -
CMYK 0 0.99 1.00 0.2
HSL 0.59º 0.99% 0.4% -
HSV(B) 0.59º 1% 0.8% -
XYZ 24.94 12.9 1.21 -
YUV 62.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 204 3 1 0 0.99 1.00 0.2 0.59 0.99 0.4
Hex CC 3 1 0 63 64 14 1 63 28
Octal 314 3 1 0 143 144 24 1 143 50
Binary 11001100 11 1 0 1100011 1100100 10100 1 1100011 101000

Color Harmonies of #CC0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0301

Black with #CC0301

Text Example


Text Example

White with #CC0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0301; }

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

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

background-color css

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

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

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

border-color css

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

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

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