Html Css Color HEX #C51708 Free Speech Red

📋 copy color: '#C51708'

red 197 ◦ green 23 ◦ blue 8

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

Shades of Free Speech Red #C51708

Tints of Free Speech Red #C51708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 86.4%
G = 10.09%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C51708 (or 0xC51708) is known color: Free Speech Red. HEX triplet: C5, 17 and 08. RGB value is (197,23,8). Sum of RGB (Red+Green+Blue) = 197+23+8=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C51708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51708 is #3AE8F7. Grayscale: #494949. Windows color (decimal): -3860728 or 530373. OLE color: 530373.

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

Color convert

RGB 197 23 8 -
CMYK 0 0.88 0.96 0.23
HSL 4.76º 0.92% 0.4% -
HSV(B) 4.76º 0.96% 0.77% -
XYZ 23.38 12.5 1.41 -
YUV 73.32 91.15 216.22 -
System Red Green Blue C M Y K H S L
Decimal 197 23 8 0 0.88 0.96 0.23 4.76 0.92 0.4
Hex C5 17 8 0 58 60 17 5 5C 28
Octal 305 27 10 0 130 140 27 5 134 50
Binary 11000101 10111 1000 0 1011000 1100000 10111 101 1011100 101000

Color Harmonies of #C51708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51708

Black with #C51708

Text Example


Text Example

White with #C51708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51708; }

 p { color: rgb(197,23,8); }

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

background-color css

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

 a { background-color: rgb(197,23,8); }

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

border-color css

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

 span { border-color: rgb(197,23,8); }

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