Html Css Color HEX #CC0503 Free Speech Red

📋 copy color: '#CC0503'

red 204 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #CC0503

Tints of Free Speech Red #CC0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

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

R = 96.23%
G = 2.36%
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

#CC0503 (or 0xCC0503) is known color: Free Speech Red. HEX triplet: CC, 05 and 03. RGB value is (204,5,3). Sum of RGB (Red+Green+Blue) = 204+5+3=212 (28% of max value = 765). Red value is 204 (80.08% from 255 or 96.23% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0503 is #33FAFC. Grayscale: #404040. Windows color (decimal): -3406589 or 198092. OLE color: 198092.

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

Color convert

RGB 204 5 3 -
CMYK 0 0.98 0.99 0.2
HSL 0.6º 0.97% 0.41% -
HSV(B) 0.6º 0.99% 0.8% -
XYZ 24.97 12.95 1.27 -
YUV 64.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 204 5 3 0 0.98 0.99 0.2 0.6 0.97 0.41
Hex CC 5 3 0 62 63 14 1 61 29
Octal 314 5 3 0 142 143 24 1 141 51
Binary 11001100 101 11 0 1100010 1100011 10100 1 1100001 101001

Color Harmonies of #CC0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0503

Black with #CC0503

Text Example


Text Example

White with #CC0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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