Html Css Color HEX #C50F00 Free Speech Red

📋 copy color: '#C50F00'

red 197 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #C50F00

Tints of Free Speech Red #C50F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.92%
G = 7.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C50F00 (or 0xC50F00) is known color: Free Speech Red. HEX triplet: C5, 0F and 00. RGB value is (197,15,0). Sum of RGB (Red+Green+Blue) = 197+15+0=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50F00 is #3AF0FF. Grayscale: #434343. Windows color (decimal): -3862784 or 4037. OLE color: 4037.

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

Color convert

RGB 197 15 0 -
CMYK 0 0.92 1 0.23
HSL 4.57º 1% 0.39% -
HSV(B) 4.57º 1% 0.77% -
XYZ 23.2 12.21 1.13 -
YUV 67.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 197 15 0 0 0.92 1 0.23 4.57 1 0.39
Hex C5 F 0 0 5C 64 17 5 64 27
Octal 305 17 0 0 134 144 27 5 144 47
Binary 11000101 1111 0 0 1011100 1100100 10111 101 1100100 100111

Color Harmonies of #C50F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F00

Black with #C50F00

Text Example


Text Example

White with #C50F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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