Html Css Color HEX #C10C00 Free Speech Red

📋 copy color: '#C10C00'

red 193 ◦ green 12 ◦ blue 0

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

Shades of Free Speech Red #C10C00

Tints of Free Speech Red #C10C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 94.15%
G = 5.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C10C00 (or 0xC10C00) is known color: Free Speech Red. HEX triplet: C1, 0C and 00. RGB value is (193,12,0). Sum of RGB (Red+Green+Blue) = 193+12+0=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C00 is #3EF3FF. Grayscale: #404040. Windows color (decimal): -4125696 or 3265. OLE color: 3265.

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

Color convert

RGB 193 12 0 -
CMYK 0 0.94 1 0.24
HSL 3.73º 1% 0.38% -
HSV(B) 3.73º 1% 0.76% -
XYZ 22.12 11.6 1.07 -
YUV 64.75 91.47 219.48 -
System Red Green Blue C M Y K H S L
Decimal 193 12 0 0 0.94 1 0.24 3.73 1 0.38
Hex C1 C 0 0 5E 64 18 4 64 26
Octal 301 14 0 0 136 144 30 4 144 46
Binary 11000001 1100 0 0 1011110 1100100 11000 100 1100100 100110

Color Harmonies of #C10C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C00

Black with #C10C00

Text Example


Text Example

White with #C10C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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