Html Css Color HEX #C10501 Free Speech Red

📋 copy color: '#C10501'

red 193 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #C10501

Tints of Free Speech Red #C10501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

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

R = 96.98%
G = 2.51%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C10501 (or 0xC10501) is known color: Free Speech Red. HEX triplet: C1, 05 and 01. RGB value is (193,5,1). Sum of RGB (Red+Green+Blue) = 193+5+1=199 (26% of max value = 765). Red value is 193 (75.78% from 255 or 96.98% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 193 - color contains mainly: red. Hex color #C10501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10501 is #3EFAFE. Grayscale: #3C3C3C. Windows color (decimal): -4127487 or 67009. OLE color: 67009.

HSL color Cylindrical-coordinate representation of color #C10501: hue angle of 1.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 #C10501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 1 -
CMYK 0 0.97 0.99 0.24
HSL 1.25º 0.99% 0.38% -
HSV(B) 1.25º 0.99% 0.76% -
XYZ 22.05 11.45 1.08 -
YUV 60.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 193 5 1 0 0.97 0.99 0.24 1.25 0.99 0.38
Hex C1 5 1 0 61 63 18 1 63 26
Octal 301 5 1 0 141 143 30 1 143 46
Binary 11000001 101 1 0 1100001 1100011 11000 1 1100011 100110

Color Harmonies of #C10501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10501

Black with #C10501

Text Example


Text Example

White with #C10501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10501; }

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

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

background-color css

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

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

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

border-color css

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

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

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