Html Css Color HEX #C10000 Free Speech Red

📋 copy color: '#C10000'

red 193 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #C10000

Tints of Free Speech Red #C10000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C10000 (or 0xC10000) is known color: Free Speech Red. HEX triplet: C1, 00 and 00. RGB value is (193,0,0). Sum of RGB (Red+Green+Blue) = 193+0+0=193 (25% of max value = 765). Red value is 193 (75.78% from 255 or 100% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 193 - color contains mainly: red. Hex color #C10000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10000 is #3EFFFF. Grayscale: #393939. Windows color (decimal): -4128768 or 193. OLE color: 193.

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

Color convert

RGB 193 0 0 -
CMYK 0 1 1 0.24
HSL 1% 0.38% -
HSV(B) 1% 0.76% -
XYZ 21.99 11.34 1.03 -
YUV 57.71 95.44 224.5 -
System Red Green Blue C M Y K H S L
Decimal 193 0 0 0 1 1 0.24 0 1 0.38
Hex C1 0 0 0 64 64 18 0 64 26
Octal 301 0 0 0 144 144 30 0 144 46
Binary 11000001 0 0 0 1100100 1100100 11000 0 1100100 100110

Color Harmonies of #C10000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10000

Black with #C10000

Text Example


Text Example

White with #C10000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10000; }

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

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

background-color css

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

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

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

border-color css

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

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

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