Html Css Color HEX #CC0400 Free Speech Red

📋 copy color: '#CC0400'

red 204 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #CC0400

Tints of Free Speech Red #CC0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.08%
G = 1.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC0400 (or 0xCC0400) is known color: Free Speech Red. HEX triplet: CC, 04 and 00. RGB value is (204,4,0). Sum of RGB (Red+Green+Blue) = 204+4+0=208 (27% of max value = 765). Red value is 204 (80.08% from 255 or 98.08% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0400 is #33FBFF. Grayscale: #3F3F3F. Windows color (decimal): -3406848 or 1228. OLE color: 1228.

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

Color convert

RGB 204 4 0 -
CMYK 0 0.98 1 0.2
HSL 1.18º 1% 0.4% -
HSV(B) 1.18º 1% 0.8% -
XYZ 24.95 12.92 1.18 -
YUV 63.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 204 4 0 0 0.98 1 0.2 1.18 1 0.4
Hex CC 4 0 0 62 64 14 1 64 28
Octal 314 4 0 0 142 144 24 1 144 50
Binary 11001100 100 0 0 1100010 1100100 10100 1 1100100 101000

Color Harmonies of #CC0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0400

Black with #CC0400

Text Example


Text Example

White with #CC0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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