Html Css Color HEX #C51A04 Free Speech Red

📋 copy color: '#C51A04'

red 197 ◦ green 26 ◦ blue 4

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

Shades of Free Speech Red #C51A04

Tints of Free Speech Red #C51A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

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

R = 86.78%
G = 11.45%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51A04 (or 0xC51A04) is known color: Free Speech Red. HEX triplet: C5, 1A and 04. RGB value is (197,26,4). Sum of RGB (Red+Green+Blue) = 197+26+4=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A04 is #3AE5FB. Grayscale: #4A4A4A. Windows color (decimal): -3859964 or 268997. OLE color: 268997.

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

Color convert

RGB 197 26 4 -
CMYK 0 0.87 0.98 0.23
HSL 6.84º 0.96% 0.39% -
HSV(B) 6.84º 0.98% 0.77% -
XYZ 23.42 12.62 1.32 -
YUV 74.62 88.15 215.29 -
System Red Green Blue C M Y K H S L
Decimal 197 26 4 0 0.87 0.98 0.23 6.84 0.96 0.39
Hex C5 1A 4 0 57 62 17 7 60 27
Octal 305 32 4 0 127 142 27 7 140 47
Binary 11000101 11010 100 0 1010111 1100010 10111 111 1100000 100111

Color Harmonies of #C51A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A04

Black with #C51A04

Text Example


Text Example

White with #C51A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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