Html Css Color HEX #C50F04 Free Speech Red

📋 copy color: '#C50F04'

red 197 ◦ green 15 ◦ blue 4

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

Shades of Free Speech Red #C50F04

Tints of Free Speech Red #C50F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.94%

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

R = 91.2%
G = 6.94%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50F04 (or 0xC50F04) is known color: Free Speech Red. HEX triplet: C5, 0F and 04. RGB value is (197,15,4). Sum of RGB (Red+Green+Blue) = 197+15+4=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50F04 is #3AF0FB. Grayscale: #444444. Windows color (decimal): -3862780 or 266181. OLE color: 266181.

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

Color convert

RGB 197 15 4 -
CMYK 0 0.92 0.98 0.23
HSL 3.42º 0.96% 0.39% -
HSV(B) 3.42º 0.98% 0.77% -
XYZ 23.22 12.22 1.25 -
YUV 68.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 197 15 4 0 0.92 0.98 0.23 3.42 0.96 0.39
Hex C5 F 4 0 5C 62 17 3 60 27
Octal 305 17 4 0 134 142 27 3 140 47
Binary 11000101 1111 100 0 1011100 1100010 10111 11 1100000 100111

Color Harmonies of #C50F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F04

Black with #C50F04

Text Example


Text Example

White with #C50F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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