Html Css Color HEX #C10600 Free Speech Red

📋 copy color: '#C10600'

red 193 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #C10600

Tints of Free Speech Red #C10600

RGB

 RED value IS 193 (75.78% from 255) = 96.98%

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.98%
G = 3.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C10600 (or 0xC10600) is known color: Free Speech Red. HEX triplet: C1, 06 and 00. RGB value is (193,6,0). Sum of RGB (Red+Green+Blue) = 193+6+0=199 (26% of max value = 765). Red value is 193 (75.78% from 255 or 96.98% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 193 - color contains mainly: red. Hex color #C10600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10600 is #3EF9FF. Grayscale: #3D3D3D. Windows color (decimal): -4127232 or 1729. OLE color: 1729.

HSL color Cylindrical-coordinate representation of color #C10600: hue angle of 1.87º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 0 -
CMYK 0 0.97 1 0.24
HSL 1.87º 1% 0.38% -
HSV(B) 1.87º 1% 0.76% -
XYZ 22.06 11.47 1.05 -
YUV 61.23 93.45 221.99 -
System Red Green Blue C M Y K H S L
Decimal 193 6 0 0 0.97 1 0.24 1.87 1 0.38
Hex C1 6 0 0 61 64 18 2 64 26
Octal 301 6 0 0 141 144 30 2 144 46
Binary 11000001 110 0 0 1100001 1100100 11000 10 1100100 100110

Color Harmonies of #C10600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10600

Black with #C10600

Text Example


Text Example

White with #C10600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10600; }

 p { color: rgb(193,6,0); }

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

background-color css

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

 a { background-color: rgb(193,6,0); }

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

border-color css

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

 span { border-color: rgb(193,6,0); }

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