Html Css Color HEX #CC100A Free Speech Red

📋 copy color: '#CC100A'

red 204 ◦ green 16 ◦ blue 10

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

Shades of Free Speech Red #CC100A

Tints of Free Speech Red #CC100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 88.7%
G = 6.96%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC100A (or 0xCC100A) is known color: Free Speech Red. HEX triplet: CC, 10 and 0A. RGB value is (204,16,10). Sum of RGB (Red+Green+Blue) = 204+16+10=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC100A is #33EFF5. Grayscale: #474747. Windows color (decimal): -3403766 or 659660. OLE color: 659660.

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

Color convert

RGB 204 16 10 -
CMYK 0 0.92 0.95 0.2
HSL 1.86º 0.91% 0.42% -
HSV(B) 1.86º 0.95% 0.8% -
XYZ 25.14 13.23 1.52 -
YUV 71.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 204 16 10 0 0.92 0.95 0.2 1.86 0.91 0.42
Hex CC 10 A 0 5C 5F 14 2 5B 2A
Octal 314 20 12 0 134 137 24 2 133 52
Binary 11001100 10000 1010 0 1011100 1011111 10100 10 1011011 101010

Color Harmonies of #CC100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC100A

Black with #CC100A

Text Example


Text Example

White with #CC100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC100A; }

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

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

background-color css

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

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

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

border-color css

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

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

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