Html Css Color HEX #C51605 Free Speech Red

📋 copy color: '#C51605'

red 197 ◦ green 22 ◦ blue 5

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

Shades of Free Speech Red #C51605

Tints of Free Speech Red #C51605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 87.95%
G = 9.82%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51605 (or 0xC51605) is known color: Free Speech Red. HEX triplet: C5, 16 and 05. RGB value is (197,22,5). Sum of RGB (Red+Green+Blue) = 197+22+5=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C51605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51605 is #3AE9FA. Grayscale: #484848. Windows color (decimal): -3860987 or 333509. OLE color: 333509.

HSL color Cylindrical-coordinate representation of color #C51605: hue angle of 5.31º 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 #C51605 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 5 -
CMYK 0 0.89 0.97 0.23
HSL 5.31º 0.95% 0.4% -
HSV(B) 5.31º 0.97% 0.77% -
XYZ 23.34 12.46 1.32 -
YUV 72.39 89.98 216.88 -
System Red Green Blue C M Y K H S L
Decimal 197 22 5 0 0.89 0.97 0.23 5.31 0.95 0.4
Hex C5 16 5 0 59 61 17 5 5F 28
Octal 305 26 5 0 131 141 27 5 137 50
Binary 11000101 10110 101 0 1011001 1100001 10111 101 1011111 101000

Color Harmonies of #C51605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51605

Black with #C51605

Text Example


Text Example

White with #C51605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51605; }

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

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

background-color css

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

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

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

border-color css

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

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

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