Html Css Color HEX #C4130B Free Speech Red

📋 copy color: '#C4130B'

red 196 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #C4130B

Tints of Free Speech Red #C4130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.87%

R = 86.73%
G = 8.41%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4130B (or 0xC4130B) is known color: Free Speech Red. HEX triplet: C4, 13 and 0B. RGB value is (196,19,11). Sum of RGB (Red+Green+Blue) = 196+19+11=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C4130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4130B is #3BECF4. Grayscale: #474747. Windows color (decimal): -3927285 or 725956. OLE color: 725956.

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

Color convert

RGB 196 19 11 -
CMYK 0 0.90 0.94 0.23
HSL 2.59º 0.89% 0.41% -
HSV(B) 2.59º 0.94% 0.77% -
XYZ 23.06 12.23 1.46 -
YUV 71.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 196 19 11 0 0.90 0.94 0.23 2.59 0.89 0.41
Hex C4 13 B 0 5A 5E 17 3 59 29
Octal 304 23 13 0 132 136 27 3 131 51
Binary 11000100 10011 1011 0 1011010 1011110 10111 11 1011001 101001

Color Harmonies of #C4130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4130B

Black with #C4130B

Text Example


Text Example

White with #C4130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4130B; }

 p { color: rgb(196,19,11); }

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

background-color css

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

 a { background-color: rgb(196,19,11); }

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

border-color css

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

 span { border-color: rgb(196,19,11); }

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