Html Css Color HEX #C51304 Free Speech Red

📋 copy color: '#C51304'

red 197 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #C51304

Tints of Free Speech Red #C51304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 89.55%
G = 8.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51304 (or 0xC51304) is known color: Free Speech Red. HEX triplet: C5, 13 and 04. RGB value is (197,19,4). Sum of RGB (Red+Green+Blue) = 197+19+4=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51304 is #3AECFB. Grayscale: #464646. Windows color (decimal): -3861756 or 267205. OLE color: 267205.

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

Color convert

RGB 197 19 4 -
CMYK 0 0.90 0.98 0.23
HSL 4.66º 0.96% 0.39% -
HSV(B) 4.66º 0.98% 0.77% -
XYZ 23.28 12.34 1.27 -
YUV 70.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 197 19 4 0 0.90 0.98 0.23 4.66 0.96 0.39
Hex C5 13 4 0 5A 62 17 5 60 27
Octal 305 23 4 0 132 142 27 5 140 47
Binary 11000101 10011 100 0 1011010 1100010 10111 101 1100000 100111

Color Harmonies of #C51304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51304

Black with #C51304

Text Example


Text Example

White with #C51304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51304; }

 p { color: rgb(197,19,4); }

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

background-color css

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

 a { background-color: rgb(197,19,4); }

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

border-color css

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

 span { border-color: rgb(197,19,4); }

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