Html Css Color HEX #C4150C Free Speech Red

📋 copy color: '#C4150C'

red 196 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #C4150C

Tints of Free Speech Red #C4150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 85.59%
G = 9.17%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4150C (or 0xC4150C) is known color: Free Speech Red. HEX triplet: C4, 15 and 0C. RGB value is (196,21,12). Sum of RGB (Red+Green+Blue) = 196+21+12=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C4150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4150C is #3BEAF3. Grayscale: #484848. Windows color (decimal): -3926772 or 792004. OLE color: 792004.

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

Color convert

RGB 196 21 12 -
CMYK 0 0.89 0.94 0.23
HSL 2.93º 0.88% 0.41% -
HSV(B) 2.93º 0.94% 0.77% -
XYZ 23.1 12.3 1.5 -
YUV 72.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 196 21 12 0 0.89 0.94 0.23 2.93 0.88 0.41
Hex C4 15 C 0 59 5E 17 3 58 29
Octal 304 25 14 0 131 136 27 3 130 51
Binary 11000100 10101 1100 0 1011001 1011110 10111 11 1011000 101001

Color Harmonies of #C4150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4150C

Black with #C4150C

Text Example


Text Example

White with #C4150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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