Html Css Color HEX #C0140C Free Speech Red

📋 copy color: '#C0140C'

red 192 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #C0140C

Tints of Free Speech Red #C0140C

RGB

 RED value IS 192 (75.39% from 255) = 85.71%

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 85.71%
G = 8.93%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0140C (or 0xC0140C) is known color: Free Speech Red. HEX triplet: C0, 14 and 0C. RGB value is (192,20,12). Sum of RGB (Red+Green+Blue) = 192+20+12=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0140C is #3FEBF3. Grayscale: #464646. Windows color (decimal): -4189172 or 791744. OLE color: 791744.

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

Color convert

RGB 192 20 12 -
CMYK 0 0.90 0.94 0.25
HSL 2.67º 0.88% 0.4% -
HSV(B) 2.67º 0.94% 0.75% -
XYZ 22.05 11.73 1.45 -
YUV 70.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 192 20 12 0 0.90 0.94 0.25 2.67 0.88 0.4
Hex C0 14 C 0 5A 5E 19 3 58 28
Octal 300 24 14 0 132 136 31 3 130 50
Binary 11000000 10100 1100 0 1011010 1011110 11001 11 1011000 101000

Color Harmonies of #C0140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0140C

Black with #C0140C

Text Example


Text Example

White with #C0140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0140C; }

 p { color: rgb(192,20,12); }

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

background-color css

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

 a { background-color: rgb(192,20,12); }

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

border-color css

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

 span { border-color: rgb(192,20,12); }

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