Html Css Color HEX #C10C09 Free Speech Red

📋 copy color: '#C10C09'

red 193 ◦ green 12 ◦ blue 9

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

Shades of Free Speech Red #C10C09

Tints of Free Speech Red #C10C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 90.19%
G = 5.61%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C10C09 (or 0xC10C09) is known color: Free Speech Red. HEX triplet: C1, 0C and 09. RGB value is (193,12,9). Sum of RGB (Red+Green+Blue) = 193+12+9=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C09 is #3EF3F6. Grayscale: #414141. Windows color (decimal): -4125687 or 593089. OLE color: 593089.

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

Color convert

RGB 193 12 9 -
CMYK 0 0.94 0.95 0.24
HSL 0.98º 0.91% 0.4% -
HSV(B) 0.98º 0.95% 0.76% -
XYZ 22.17 11.62 1.33 -
YUV 65.78 95.97 218.74 -
System Red Green Blue C M Y K H S L
Decimal 193 12 9 0 0.94 0.95 0.24 0.98 0.91 0.4
Hex C1 C 9 0 5E 5F 18 1 5B 28
Octal 301 14 11 0 136 137 30 1 133 50
Binary 11000001 1100 1001 0 1011110 1011111 11000 1 1011011 101000

Color Harmonies of #C10C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C09

Black with #C10C09

Text Example


Text Example

White with #C10C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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