Html Css Color HEX #C10F0C Free Speech Red

📋 copy color: '#C10F0C'

red 193 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #C10F0C

Tints of Free Speech Red #C10F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 87.73%
G = 6.82%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C10F0C (or 0xC10F0C) is known color: Free Speech Red. HEX triplet: C1, 0F and 0C. RGB value is (193,15,12). Sum of RGB (Red+Green+Blue) = 193+15+12=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F0C is #3EF0F3. Grayscale: #444444. Windows color (decimal): -4124916 or 790465. OLE color: 790465.

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

Color convert

RGB 193 15 12 -
CMYK 0 0.92 0.94 0.24
HSL 0.99º 0.88% 0.4% -
HSV(B) 0.99º 0.94% 0.76% -
XYZ 22.23 11.71 1.44 -
YUV 67.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 193 15 12 0 0.92 0.94 0.24 0.99 0.88 0.4
Hex C1 F C 0 5C 5E 18 1 58 28
Octal 301 17 14 0 134 136 30 1 130 50
Binary 11000001 1111 1100 0 1011100 1011110 11000 1 1011000 101000

Color Harmonies of #C10F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F0C

Black with #C10F0C

Text Example


Text Example

White with #C10F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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