Html Css Color HEX #CC1104 Free Speech Red

📋 copy color: '#CC1104'

red 204 ◦ green 17 ◦ blue 4

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

Shades of Free Speech Red #CC1104

Tints of Free Speech Red #CC1104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 90.67%
G = 7.56%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC1104 (or 0xCC1104) is known color: Free Speech Red. HEX triplet: CC, 11 and 04. RGB value is (204,17,4). Sum of RGB (Red+Green+Blue) = 204+17+4=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1104 is #33EEFB. Grayscale: #474747. Windows color (decimal): -3403516 or 266700. OLE color: 266700.

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

Color convert

RGB 204 17 4 -
CMYK 0 0.92 0.98 0.2
HSL 3.9º 0.96% 0.41% -
HSV(B) 3.9º 0.98% 0.8% -
XYZ 25.12 13.25 1.35 -
YUV 71.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 204 17 4 0 0.92 0.98 0.2 3.9 0.96 0.41
Hex CC 11 4 0 5C 62 14 4 60 29
Octal 314 21 4 0 134 142 24 4 140 51
Binary 11001100 10001 100 0 1011100 1100010 10100 100 1100000 101001

Color Harmonies of #CC1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1104

Black with #CC1104

Text Example


Text Example

White with #CC1104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1104; }

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

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

background-color css

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

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

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

border-color css

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

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

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