Html Css Color HEX #C4150A Free Speech Red

📋 copy color: '#C4150A'

red 196 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #C4150A

Tints of Free Speech Red #C4150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 86.34%
G = 9.25%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4150A (or 0xC4150A) is known color: Free Speech Red. HEX triplet: C4, 15 and 0A. RGB value is (196,21,10). Sum of RGB (Red+Green+Blue) = 196+21+10=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C4150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4150A is #3BEAF5. Grayscale: #484848. Windows color (decimal): -3926774 or 660932. OLE color: 660932.

HSL color Cylindrical-coordinate representation of color #C4150A: hue angle of 3.55º 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 #C4150A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 10 -
CMYK 0 0.89 0.95 0.23
HSL 3.55º 0.9% 0.4% -
HSV(B) 3.55º 0.95% 0.77% -
XYZ 23.09 12.29 1.44 -
YUV 72.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 196 21 10 0 0.89 0.95 0.23 3.55 0.9 0.4
Hex C4 15 A 0 59 5F 17 4 5A 28
Octal 304 25 12 0 131 137 27 4 132 50
Binary 11000100 10101 1010 0 1011001 1011111 10111 100 1011010 101000

Color Harmonies of #C4150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4150A

Black with #C4150A

Text Example


Text Example

White with #C4150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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