Html Css Color HEX #C51501 Free Speech Red

📋 copy color: '#C51501'

red 197 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #C51501

Tints of Free Speech Red #C51501

RGB

 RED value IS 197 (77.34% from 255) = 89.95%

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

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

R = 89.95%
G = 9.59%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C51501 (or 0xC51501) is known color: Free Speech Red. HEX triplet: C5, 15 and 01. RGB value is (197,21,1). Sum of RGB (Red+Green+Blue) = 197+21+1=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C51501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51501 is #3AEAFE. Grayscale: #474747. Windows color (decimal): -3861247 or 71109. OLE color: 71109.

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

Color convert

RGB 197 21 1 -
CMYK 0 0.89 0.99 0.23
HSL 6.12º 0.99% 0.39% -
HSV(B) 6.12º 0.99% 0.77% -
XYZ 23.3 12.41 1.2 -
YUV 71.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 197 21 1 0 0.89 0.99 0.23 6.12 0.99 0.39
Hex C5 15 1 0 59 63 17 6 63 27
Octal 305 25 1 0 131 143 27 6 143 47
Binary 11000101 10101 1 0 1011001 1100011 10111 110 1100011 100111

Color Harmonies of #C51501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51501

Black with #C51501

Text Example


Text Example

White with #C51501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51501; }

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

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

background-color css

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

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

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

border-color css

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

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

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