Html Css Color HEX #CC1901 Free Speech Red

📋 copy color: '#CC1901'

red 204 ◦ green 25 ◦ blue 1

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

Shades of Free Speech Red #CC1901

Tints of Free Speech Red #CC1901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 88.7%
G = 10.87%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC1901 (or 0xCC1901) is known color: Free Speech Red. HEX triplet: CC, 19 and 01. RGB value is (204,25,1). Sum of RGB (Red+Green+Blue) = 204+25+1=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1901 is #33E6FE. Grayscale: #4C4C4C. Windows color (decimal): -3401471 or 72140. OLE color: 72140.

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

Color convert

RGB 204 25 1 -
CMYK 0 0.88 1.00 0.2
HSL 7.09º 0.99% 0.4% -
HSV(B) 7.09º 1% 0.8% -
XYZ 25.25 13.53 1.31 -
YUV 75.79 85.8 219.45 -
System Red Green Blue C M Y K H S L
Decimal 204 25 1 0 0.88 1.00 0.2 7.09 0.99 0.4
Hex CC 19 1 0 58 64 14 7 63 28
Octal 314 31 1 0 130 144 24 7 143 50
Binary 11001100 11001 1 0 1011000 1100100 10100 111 1100011 101000

Color Harmonies of #CC1901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1901

Black with #CC1901

Text Example


Text Example

White with #CC1901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1901; }

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

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

background-color css

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

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

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

border-color css

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

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

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