Html Css Color HEX #C10F09 Free Speech Red

📋 copy color: '#C10F09'

red 193 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #C10F09

Tints of Free Speech Red #C10F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

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

R = 88.94%
G = 6.91%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C10F09 (or 0xC10F09) is known color: Free Speech Red. HEX triplet: C1, 0F and 09. RGB value is (193,15,9). Sum of RGB (Red+Green+Blue) = 193+15+9=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F09 is #3EF0F6. Grayscale: #434343. Windows color (decimal): -4124919 or 593857. OLE color: 593857.

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

Color convert

RGB 193 15 9 -
CMYK 0 0.92 0.95 0.24
HSL 1.96º 0.91% 0.4% -
HSV(B) 1.96º 0.95% 0.76% -
XYZ 22.21 11.7 1.35 -
YUV 67.54 94.97 217.49 -
System Red Green Blue C M Y K H S L
Decimal 193 15 9 0 0.92 0.95 0.24 1.96 0.91 0.4
Hex C1 F 9 0 5C 5F 18 2 5B 28
Octal 301 17 11 0 134 137 30 2 133 50
Binary 11000001 1111 1001 0 1011100 1011111 11000 10 1011011 101000

Color Harmonies of #C10F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F09

Black with #C10F09

Text Example


Text Example

White with #C10F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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