Html Css Color HEX #CC1404 Free Speech Red

📋 copy color: '#CC1404'

red 204 ◦ green 20 ◦ blue 4

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

Shades of Free Speech Red #CC1404

Tints of Free Speech Red #CC1404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

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

R = 89.47%
G = 8.77%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC1404 (or 0xCC1404) is known color: Free Speech Red. HEX triplet: CC, 14 and 04. RGB value is (204,20,4). Sum of RGB (Red+Green+Blue) = 204+20+4=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1404 is #33EBFB. Grayscale: #494949. Windows color (decimal): -3402748 or 267468. OLE color: 267468.

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

Color convert

RGB 204 20 4 -
CMYK 0 0.90 0.98 0.2
HSL 4.8º 0.96% 0.41% -
HSV(B) 4.8º 0.98% 0.8% -
XYZ 25.17 13.35 1.36 -
YUV 73.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 204 20 4 0 0.90 0.98 0.2 4.8 0.96 0.41
Hex CC 14 4 0 5A 62 14 5 60 29
Octal 314 24 4 0 132 142 24 5 140 51
Binary 11001100 10100 100 0 1011010 1100010 10100 101 1100000 101001

Color Harmonies of #CC1404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1404

Black with #CC1404

Text Example


Text Example

White with #CC1404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1404; }

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

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

background-color css

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

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

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

border-color css

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

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

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