Html Css Color HEX #C51205 Free Speech Red

📋 copy color: '#C51205'

red 197 ◦ green 18 ◦ blue 5

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

Shades of Free Speech Red #C51205

Tints of Free Speech Red #C51205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 89.55%
G = 8.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51205 (or 0xC51205) is known color: Free Speech Red. HEX triplet: C5, 12 and 05. RGB value is (197,18,5). Sum of RGB (Red+Green+Blue) = 197+18+5=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51205 is #3AEDFA. Grayscale: #464646. Windows color (decimal): -3862011 or 332485. OLE color: 332485.

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

Color convert

RGB 197 18 5 -
CMYK 0 0.91 0.97 0.23
HSL 4.06º 0.95% 0.4% -
HSV(B) 4.06º 0.97% 0.77% -
XYZ 23.27 12.31 1.29 -
YUV 70.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 197 18 5 0 0.91 0.97 0.23 4.06 0.95 0.4
Hex C5 12 5 0 5B 61 17 4 5F 28
Octal 305 22 5 0 133 141 27 4 137 50
Binary 11000101 10010 101 0 1011011 1100001 10111 100 1011111 101000

Color Harmonies of #C51205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51205

Black with #C51205

Text Example


Text Example

White with #C51205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51205; }

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

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

background-color css

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

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

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

border-color css

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

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

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