Html Css Color HEX #CC0303 Free Speech Red

📋 copy color: '#CC0303'

red 204 ◦ green 3 ◦ blue 3

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

Shades of Free Speech Red #CC0303

Tints of Free Speech Red #CC0303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 97.14%
G = 1.43%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC0303 (or 0xCC0303) is known color: Free Speech Red. HEX triplet: CC, 03 and 03. RGB value is (204,3,3). Sum of RGB (Red+Green+Blue) = 204+3+3=210 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.14% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0303 is #33FCFC. Grayscale: #3F3F3F. Windows color (decimal): -3407101 or 197580. OLE color: 197580.

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

Color convert

RGB 204 3 3 -
CMYK 0 0.99 0.99 0.2
HSL 0.97% 0.41% -
HSV(B) 0.99% 0.8% -
XYZ 24.95 12.91 1.26 -
YUV 63.1 94.09 228.5 -
System Red Green Blue C M Y K H S L
Decimal 204 3 3 0 0.99 0.99 0.2 0 0.97 0.41
Hex CC 3 3 0 63 63 14 0 61 29
Octal 314 3 3 0 143 143 24 0 141 51
Binary 11001100 11 11 0 1100011 1100011 10100 0 1100001 101001

Color Harmonies of #CC0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0303

Black with #CC0303

Text Example


Text Example

White with #CC0303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0303; }

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

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

background-color css

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

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

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

border-color css

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

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

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