Html Css Color HEX #CC0703 Free Speech Red

📋 copy color: '#CC0703'

red 204 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #CC0703

Tints of Free Speech Red #CC0703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 95.33%
G = 3.27%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC0703 (or 0xCC0703) is known color: Free Speech Red. HEX triplet: CC, 07 and 03. RGB value is (204,7,3). Sum of RGB (Red+Green+Blue) = 204+7+3=214 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.33% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0703 is #33F8FC. Grayscale: #414141. Windows color (decimal): -3406077 or 198604. OLE color: 198604.

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

Color convert

RGB 204 7 3 -
CMYK 0 0.97 0.99 0.2
HSL 1.19º 0.97% 0.41% -
HSV(B) 1.19º 0.99% 0.8% -
XYZ 24.99 13 1.28 -
YUV 65.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 204 7 3 0 0.97 0.99 0.2 1.19 0.97 0.41
Hex CC 7 3 0 61 63 14 1 61 29
Octal 314 7 3 0 141 143 24 1 141 51
Binary 11001100 111 11 0 1100001 1100011 10100 1 1100001 101001

Color Harmonies of #CC0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0703

Black with #CC0703

Text Example


Text Example

White with #CC0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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