Html Css Color HEX #C51700 Free Speech Red

📋 copy color: '#C51700'

red 197 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #C51700

Tints of Free Speech Red #C51700

RGB

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

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

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

R = 89.55%
G = 10.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C51700 (or 0xC51700) is known color: Free Speech Red. HEX triplet: C5, 17 and 00. RGB value is (197,23,0). Sum of RGB (Red+Green+Blue) = 197+23+0=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51700 is #3AE8FF. Grayscale: #484848. Windows color (decimal): -3860736 or 6085. OLE color: 6085.

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

Color convert

RGB 197 23 0 -
CMYK 0 0.88 1 0.23
HSL 7.01º 1% 0.39% -
HSV(B) 7.01º 1% 0.77% -
XYZ 23.33 12.48 1.18 -
YUV 72.4 87.15 216.87 -
System Red Green Blue C M Y K H S L
Decimal 197 23 0 0 0.88 1 0.23 7.01 1 0.39
Hex C5 17 0 0 58 64 17 7 64 27
Octal 305 27 0 0 130 144 27 7 144 47
Binary 11000101 10111 0 0 1011000 1100100 10111 111 1100100 100111

Color Harmonies of #C51700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51700

Black with #C51700

Text Example


Text Example

White with #C51700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51700; }

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

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

background-color css

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

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

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

border-color css

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

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

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