Html Css Color HEX #CC0403 Free Speech Red

📋 copy color: '#CC0403'

red 204 ◦ green 4 ◦ blue 3

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

Shades of Free Speech Red #CC0403

Tints of Free Speech Red #CC0403

RGB

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

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

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

R = 96.68%
G = 1.9%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC0403 (or 0xCC0403) is known color: Free Speech Red. HEX triplet: CC, 04 and 03. RGB value is (204,4,3). Sum of RGB (Red+Green+Blue) = 204+4+3=211 (27% of max value = 765). Red value is 204 (80.08% from 255 or 96.68% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0403 is #33FBFC. Grayscale: #3F3F3F. Windows color (decimal): -3406845 or 197836. OLE color: 197836.

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

Color convert

RGB 204 4 3 -
CMYK 0 0.98 0.99 0.2
HSL 0.3º 0.97% 0.41% -
HSV(B) 0.3º 0.99% 0.8% -
XYZ 24.96 12.93 1.27 -
YUV 63.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 204 4 3 0 0.98 0.99 0.2 0.3 0.97 0.41
Hex CC 4 3 0 62 63 14 0 61 29
Octal 314 4 3 0 142 143 24 0 141 51
Binary 11001100 100 11 0 1100010 1100011 10100 0 1100001 101001

Color Harmonies of #CC0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0403

Black with #CC0403

Text Example


Text Example

White with #CC0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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