Html Css Color HEX #C10C0A Free Speech Red

📋 copy color: '#C10C0A'

red 193 ◦ green 12 ◦ blue 10

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

Shades of Free Speech Red #C10C0A

Tints of Free Speech Red #C10C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 89.77%
G = 5.58%
B = 4.65%

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

#C10C0A (or 0xC10C0A) is known color: Free Speech Red. HEX triplet: C1, 0C and 0A. RGB value is (193,12,10). Sum of RGB (Red+Green+Blue) = 193+12+10=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C0A is #3EF3F5. Grayscale: #424242. Windows color (decimal): -4125686 or 658625. OLE color: 658625.

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

Color convert

RGB 193 12 10 -
CMYK 0 0.94 0.95 0.24
HSL 0.66º 0.9% 0.4% -
HSV(B) 0.66º 0.95% 0.76% -
XYZ 22.18 11.62 1.36 -
YUV 65.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 193 12 10 0 0.94 0.95 0.24 0.66 0.9 0.4
Hex C1 C A 0 5E 5F 18 1 5A 28
Octal 301 14 12 0 136 137 30 1 132 50
Binary 11000001 1100 1010 0 1011110 1011111 11000 1 1011010 101000

Color Harmonies of #C10C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C0A

Black with #C10C0A

Text Example


Text Example

White with #C10C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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