Html Css Color HEX #C10C07 Free Speech Red

📋 copy color: '#C10C07'

red 193 ◦ green 12 ◦ blue 7

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

Shades of Free Speech Red #C10C07

Tints of Free Speech Red #C10C07

RGB

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

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

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

R = 91.04%
G = 5.66%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C10C07 (or 0xC10C07) is known color: Free Speech Red. HEX triplet: C1, 0C and 07. RGB value is (193,12,7). Sum of RGB (Red+Green+Blue) = 193+12+7=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C07 is #3EF3F8. Grayscale: #414141. Windows color (decimal): -4125689 or 462017. OLE color: 462017.

HSL color Cylindrical-coordinate representation of color #C10C07: hue angle of 1.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10C07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 7 -
CMYK 0 0.94 0.96 0.24
HSL 1.61º 0.93% 0.39% -
HSV(B) 1.61º 0.96% 0.76% -
XYZ 22.16 11.62 1.27 -
YUV 65.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 193 12 7 0 0.94 0.96 0.24 1.61 0.93 0.39
Hex C1 C 7 0 5E 60 18 2 5D 27
Octal 301 14 7 0 136 140 30 2 135 47
Binary 11000001 1100 111 0 1011110 1100000 11000 10 1011101 100111

Color Harmonies of #C10C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C07

Black with #C10C07

Text Example


Text Example

White with #C10C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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