Html Css Color HEX #CC1003 Free Speech Red

📋 copy color: '#CC1003'

red 204 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #CC1003

Tints of Free Speech Red #CC1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

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

R = 91.48%
G = 7.17%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC1003 (or 0xCC1003) is known color: Free Speech Red. HEX triplet: CC, 10 and 03. RGB value is (204,16,3). Sum of RGB (Red+Green+Blue) = 204+16+3=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1003 is #33EFFC. Grayscale: #464646. Windows color (decimal): -3403773 or 200908. OLE color: 200908.

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

Color convert

RGB 204 16 3 -
CMYK 0 0.92 0.99 0.2
HSL 3.88º 0.97% 0.41% -
HSV(B) 3.88º 0.99% 0.8% -
XYZ 25.1 13.21 1.31 -
YUV 70.73 89.78 223.06 -
System Red Green Blue C M Y K H S L
Decimal 204 16 3 0 0.92 0.99 0.2 3.88 0.97 0.41
Hex CC 10 3 0 5C 63 14 4 61 29
Octal 314 20 3 0 134 143 24 4 141 51
Binary 11001100 10000 11 0 1011100 1100011 10100 100 1100001 101001

Color Harmonies of #CC1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1003

Black with #CC1003

Text Example


Text Example

White with #CC1003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1003; }

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

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

background-color css

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

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

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

border-color css

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

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

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