Html Css Color HEX #C4190A Free Speech Red

📋 copy color: '#C4190A'

red 196 ◦ green 25 ◦ blue 10

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

Shades of Free Speech Red #C4190A

Tints of Free Speech Red #C4190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 84.85%
G = 10.82%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4190A (or 0xC4190A) is known color: Free Speech Red. HEX triplet: C4, 19 and 0A. RGB value is (196,25,10). Sum of RGB (Red+Green+Blue) = 196+25+10=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C4190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4190A is #3BE6F5. Grayscale: #4A4A4A. Windows color (decimal): -3925750 or 661956. OLE color: 661956.

HSL color Cylindrical-coordinate representation of color #C4190A: hue angle of 4.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4190A is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 10 -
CMYK 0 0.87 0.95 0.23
HSL 4.84º 0.9% 0.4% -
HSV(B) 4.84º 0.95% 0.77% -
XYZ 23.17 12.45 1.47 -
YUV 74.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 196 25 10 0 0.87 0.95 0.23 4.84 0.9 0.4
Hex C4 19 A 0 57 5F 17 5 5A 28
Octal 304 31 12 0 127 137 27 5 132 50
Binary 11000100 11001 1010 0 1010111 1011111 10111 101 1011010 101000

Color Harmonies of #C4190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4190A

Black with #C4190A

Text Example


Text Example

White with #C4190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4190A; }

 p { color: rgb(196,25,10); }

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

background-color css

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

 a { background-color: rgb(196,25,10); }

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

border-color css

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

 span { border-color: rgb(196,25,10); }

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