Html Css Color HEX #C11504 Free Speech Red

📋 copy color: '#C11504'

red 193 ◦ green 21 ◦ blue 4

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

Shades of Free Speech Red #C11504

Tints of Free Speech Red #C11504

RGB

 RED value IS 193 (75.78% from 255) = 88.53%

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

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 88.53%
G = 9.63%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C11504 (or 0xC11504) is known color: Free Speech Red. HEX triplet: C1, 15 and 04. RGB value is (193,21,4). Sum of RGB (Red+Green+Blue) = 193+21+4=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C11504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11504 is #3EEAFB. Grayscale: #464646. Windows color (decimal): -4123388 or 267713. OLE color: 267713.

HSL color Cylindrical-coordinate representation of color #C11504: hue angle of 5.4º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C11504 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 4 -
CMYK 0 0.89 0.98 0.24
HSL 5.4º 0.96% 0.39% -
HSV(B) 5.4º 0.98% 0.76% -
XYZ 22.28 11.88 1.23 -
YUV 70.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 193 21 4 0 0.89 0.98 0.24 5.4 0.96 0.39
Hex C1 15 4 0 59 62 18 5 60 27
Octal 301 25 4 0 131 142 30 5 140 47
Binary 11000001 10101 100 0 1011001 1100010 11000 101 1100000 100111

Color Harmonies of #C11504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11504

Black with #C11504

Text Example


Text Example

White with #C11504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11504; }

 p { color: rgb(193,21,4); }

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

background-color css

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

 a { background-color: rgb(193,21,4); }

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

border-color css

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

 span { border-color: rgb(193,21,4); }

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