Html Css Color HEX #CC1611 Free Speech Red

📋 copy color: '#CC1611'

red 204 ◦ green 22 ◦ blue 17

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

Shades of Free Speech Red #CC1611

Tints of Free Speech Red #CC1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 83.95%
G = 9.05%
B = 7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1611 (or 0xCC1611) is known color: Free Speech Red. HEX triplet: CC, 16 and 11. RGB value is (204,22,17). Sum of RGB (Red+Green+Blue) = 204+22+17=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1611 is #33E9EE. Grayscale: #4C4C4C. Windows color (decimal): -3402223 or 1119948. OLE color: 1119948.

HSL color Cylindrical-coordinate representation of color #CC1611: hue angle of 1.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1611 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 17 -
CMYK 0 0.89 0.92 0.2
HSL 1.6º 0.85% 0.43% -
HSV(B) 1.6º 0.92% 0.8% -
XYZ 25.29 13.45 1.79 -
YUV 75.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 204 22 17 0 0.89 0.92 0.2 1.6 0.85 0.43
Hex CC 16 11 0 59 5C 14 2 55 2B
Octal 314 26 21 0 131 134 24 2 125 53
Binary 11001100 10110 10001 0 1011001 1011100 10100 10 1010101 101011

Color Harmonies of #CC1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1611

Black with #CC1611

Text Example


Text Example

White with #CC1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1611; }

 p { color: rgb(204,22,17); }

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

background-color css

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

 a { background-color: rgb(204,22,17); }

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

border-color css

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

 span { border-color: rgb(204,22,17); }

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