Html Css Color HEX #CC0300 Free Speech Red

📋 copy color: '#CC0300'

red 204 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #CC0300

Tints of Free Speech Red #CC0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 98.55%
G = 1.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC0300 (or 0xCC0300) is known color: Free Speech Red. HEX triplet: CC, 03 and 00. RGB value is (204,3,0). Sum of RGB (Red+Green+Blue) = 204+3+0=207 (27% of max value = 765). Red value is 204 (80.08% from 255 or 98.55% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0300 is #33FCFF. Grayscale: #3E3E3E. Windows color (decimal): -3407104 or 972. OLE color: 972.

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

Color convert

RGB 204 3 0 -
CMYK 0 0.99 1 0.2
HSL 0.88º 1% 0.4% -
HSV(B) 0.88º 1% 0.8% -
XYZ 24.93 12.9 1.18 -
YUV 62.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 204 3 0 0 0.99 1 0.2 0.88 1 0.4
Hex CC 3 0 0 63 64 14 1 64 28
Octal 314 3 0 0 143 144 24 1 144 50
Binary 11001100 11 0 0 1100011 1100100 10100 1 1100100 101000

Color Harmonies of #CC0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0300

Black with #CC0300

Text Example


Text Example

White with #CC0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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