Html Css Color HEX #C0130E Free Speech Red

📋 copy color: '#C0130E'

red 192 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #C0130E

Tints of Free Speech Red #C0130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 85.33%
G = 8.44%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0130E (or 0xC0130E) is known color: Free Speech Red. HEX triplet: C0, 13 and 0E. RGB value is (192,19,14). Sum of RGB (Red+Green+Blue) = 192+19+14=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0130E is #3FECF1. Grayscale: #464646. Windows color (decimal): -4189426 or 922560. OLE color: 922560.

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

Color convert

RGB 192 19 14 -
CMYK 0 0.90 0.93 0.25
HSL 1.69º 0.86% 0.4% -
HSV(B) 1.69º 0.93% 0.75% -
XYZ 22.05 11.7 1.51 -
YUV 70.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 192 19 14 0 0.90 0.93 0.25 1.69 0.86 0.4
Hex C0 13 E 0 5A 5D 19 2 56 28
Octal 300 23 16 0 132 135 31 2 126 50
Binary 11000000 10011 1110 0 1011010 1011101 11001 10 1010110 101000

Color Harmonies of #C0130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0130E

Black with #C0130E

Text Example


Text Example

White with #C0130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0130E; }

 p { color: rgb(192,19,14); }

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

background-color css

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

 a { background-color: rgb(192,19,14); }

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

border-color css

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

 span { border-color: rgb(192,19,14); }

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