Html Css Color HEX #C11501 Free Speech Red

📋 copy color: '#C11501'

red 193 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #C11501

Tints of Free Speech Red #C11501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 89.77%
G = 9.77%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C11501 (or 0xC11501) is known color: Free Speech Red. HEX triplet: C1, 15 and 01. RGB value is (193,21,1). Sum of RGB (Red+Green+Blue) = 193+21+1=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C11501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11501 is #3EEAFE. Grayscale: #464646. Windows color (decimal): -4123391 or 71105. OLE color: 71105.

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

Color convert

RGB 193 21 1 -
CMYK 0 0.89 0.99 0.24
HSL 6.25º 0.99% 0.38% -
HSV(B) 6.25º 0.99% 0.76% -
XYZ 22.27 11.88 1.15 -
YUV 70.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 193 21 1 0 0.89 0.99 0.24 6.25 0.99 0.38
Hex C1 15 1 0 59 63 18 6 63 26
Octal 301 25 1 0 131 143 30 6 143 46
Binary 11000001 10101 1 0 1011001 1100011 11000 110 1100011 100110

Color Harmonies of #C11501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11501

Black with #C11501

Text Example


Text Example

White with #C11501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11501; }

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

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

background-color css

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

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

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

border-color css

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

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

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