Html Css Color HEX #C4120D Free Speech Red

📋 copy color: '#C4120D'

red 196 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #C4120D

Tints of Free Speech Red #C4120D

RGB

 RED value IS 196 (76.95% from 255) = 86.34%

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 86.34%
G = 7.93%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4120D (or 0xC4120D) is known color: Free Speech Red. HEX triplet: C4, 12 and 0D. RGB value is (196,18,13). Sum of RGB (Red+Green+Blue) = 196+18+13=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C4120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4120D is #3BEDF2. Grayscale: #464646. Windows color (decimal): -3927539 or 856772. OLE color: 856772.

HSL color Cylindrical-coordinate representation of color #C4120D: hue angle of 1.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4120D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 13 -
CMYK 0 0.91 0.93 0.23
HSL 1.64º 0.88% 0.41% -
HSV(B) 1.64º 0.93% 0.77% -
XYZ 23.05 12.2 1.52 -
YUV 70.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 196 18 13 0 0.91 0.93 0.23 1.64 0.88 0.41
Hex C4 12 D 0 5B 5D 17 2 58 29
Octal 304 22 15 0 133 135 27 2 130 51
Binary 11000100 10010 1101 0 1011011 1011101 10111 10 1011000 101001

Color Harmonies of #C4120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4120D

Black with #C4120D

Text Example


Text Example

White with #C4120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4120D; }

 p { color: rgb(196,18,13); }

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

background-color css

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

 a { background-color: rgb(196,18,13); }

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

border-color css

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

 span { border-color: rgb(196,18,13); }

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