Html Css Color HEX #C51404 Free Speech Red

📋 copy color: '#C51404'

red 197 ◦ green 20 ◦ blue 4

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

Shades of Free Speech Red #C51404

Tints of Free Speech Red #C51404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 89.14%
G = 9.05%
B = 1.81%

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

#C51404 (or 0xC51404) is known color: Free Speech Red. HEX triplet: C5, 14 and 04. RGB value is (197,20,4). Sum of RGB (Red+Green+Blue) = 197+20+4=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C51404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51404 is #3AEBFB. Grayscale: #474747. Windows color (decimal): -3861500 or 267461. OLE color: 267461.

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

Color convert

RGB 197 20 4 -
CMYK 0 0.90 0.98 0.23
HSL 4.97º 0.96% 0.39% -
HSV(B) 4.97º 0.98% 0.77% -
XYZ 23.3 12.38 1.28 -
YUV 71.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 197 20 4 0 0.90 0.98 0.23 4.97 0.96 0.39
Hex C5 14 4 0 5A 62 17 5 60 27
Octal 305 24 4 0 132 142 27 5 140 47
Binary 11000101 10100 100 0 1011010 1100010 10111 101 1100000 100111

Color Harmonies of #C51404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51404

Black with #C51404

Text Example


Text Example

White with #C51404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51404; }

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

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

background-color css

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

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

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

border-color css

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

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

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