Html Css Color HEX #CC1007 Free Speech Red

📋 copy color: '#CC1007'

red 204 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #CC1007

Tints of Free Speech Red #CC1007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 89.87%
G = 7.05%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC1007 (or 0xCC1007) is known color: Free Speech Red. HEX triplet: CC, 10 and 07. RGB value is (204,16,7). Sum of RGB (Red+Green+Blue) = 204+16+7=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1007 is #33EFF8. Grayscale: #474747. Windows color (decimal): -3403769 or 463052. OLE color: 463052.

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

Color convert

RGB 204 16 7 -
CMYK 0 0.92 0.97 0.2
HSL 2.74º 0.93% 0.41% -
HSV(B) 2.74º 0.97% 0.8% -
XYZ 25.13 13.22 1.43 -
YUV 71.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 204 16 7 0 0.92 0.97 0.2 2.74 0.93 0.41
Hex CC 10 7 0 5C 61 14 3 5D 29
Octal 314 20 7 0 134 141 24 3 135 51
Binary 11001100 10000 111 0 1011100 1100001 10100 11 1011101 101001

Color Harmonies of #CC1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1007

Black with #CC1007

Text Example


Text Example

White with #CC1007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1007; }

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

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

background-color css

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

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

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

border-color css

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

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

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