Html Css Color HEX #C51005 Free Speech Red

📋 copy color: '#C51005'

red 197 ◦ green 16 ◦ blue 5

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

Shades of Free Speech Red #C51005

Tints of Free Speech Red #C51005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 90.37%
G = 7.34%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51005 (or 0xC51005) is known color: Free Speech Red. HEX triplet: C5, 10 and 05. RGB value is (197,16,5). Sum of RGB (Red+Green+Blue) = 197+16+5=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C51005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51005 is #3AEFFA. Grayscale: #454545. Windows color (decimal): -3862523 or 331973. OLE color: 331973.

HSL color Cylindrical-coordinate representation of color #C51005: hue angle of 3.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C51005 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 5 -
CMYK 0 0.92 0.97 0.23
HSL 3.44º 0.95% 0.4% -
HSV(B) 3.44º 0.97% 0.77% -
XYZ 23.24 12.25 1.28 -
YUV 68.87 91.97 219.39 -
System Red Green Blue C M Y K H S L
Decimal 197 16 5 0 0.92 0.97 0.23 3.44 0.95 0.4
Hex C5 10 5 0 5C 61 17 3 5F 28
Octal 305 20 5 0 134 141 27 3 137 50
Binary 11000101 10000 101 0 1011100 1100001 10111 11 1011111 101000

Color Harmonies of #C51005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51005

Black with #C51005

Text Example


Text Example

White with #C51005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51005; }

 p { color: rgb(197,16,5); }

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

background-color css

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

 a { background-color: rgb(197,16,5); }

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

border-color css

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

 span { border-color: rgb(197,16,5); }

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