Html Css Color HEX #C50E05 Free Speech Red

📋 copy color: '#C50E05'

red 197 ◦ green 14 ◦ blue 5

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

Shades of Free Speech Red #C50E05

Tints of Free Speech Red #C50E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.48%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 91.2%
G = 6.48%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C50E05 (or 0xC50E05) is known color: Free Speech Red. HEX triplet: C5, 0E and 05. RGB value is (197,14,5). Sum of RGB (Red+Green+Blue) = 197+14+5=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E05 is #3AF1FA. Grayscale: #434343. Windows color (decimal): -3863035 or 331461. OLE color: 331461.

HSL color Cylindrical-coordinate representation of color #C50E05: hue angle of 2.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50E05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 14 5 -
CMYK 0 0.93 0.97 0.23
HSL 2.81º 0.95% 0.4% -
HSV(B) 2.81º 0.97% 0.77% -
XYZ 23.21 12.2 1.27 -
YUV 67.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 197 14 5 0 0.93 0.97 0.23 2.81 0.95 0.4
Hex C5 E 5 0 5D 61 17 3 5F 28
Octal 305 16 5 0 135 141 27 3 137 50
Binary 11000101 1110 101 0 1011101 1100001 10111 11 1011111 101000

Color Harmonies of #C50E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E05

Black with #C50E05

Text Example


Text Example

White with #C50E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E05; }

 p { color: rgb(197,14,5); }

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

background-color css

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

 a { background-color: rgb(197,14,5); }

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

border-color css

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

 span { border-color: rgb(197,14,5); }

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