Html Css Color HEX #C81711 Free Speech Red

📋 copy color: '#C81711'

red 200 ◦ green 23 ◦ blue 17

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

Shades of Free Speech Red #C81711

Tints of Free Speech Red #C81711

RGB

 RED value IS 200 (78.52% from 255) = 83.33%

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

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 83.33%
G = 9.58%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81711 (or 0xC81711) is known color: Free Speech Red. HEX triplet: C8, 17 and 11. RGB value is (200,23,17). Sum of RGB (Red+Green+Blue) = 200+23+17=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C81711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81711 is #37E8EE. Grayscale: #4B4B4B. Windows color (decimal): -3664111 or 1120200. OLE color: 1120200.

HSL color Cylindrical-coordinate representation of color #C81711: hue angle of 1.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81711 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 17 -
CMYK 0 0.88 0.92 0.22
HSL 1.97º 0.84% 0.43% -
HSV(B) 1.97º 0.92% 0.78% -
XYZ 24.23 12.93 1.75 -
YUV 75.24 95.14 216.99 -
System Red Green Blue C M Y K H S L
Decimal 200 23 17 0 0.88 0.92 0.22 1.97 0.84 0.43
Hex C8 17 11 0 58 5C 16 2 54 2B
Octal 310 27 21 0 130 134 26 2 124 53
Binary 11001000 10111 10001 0 1011000 1011100 10110 10 1010100 101011

Color Harmonies of #C81711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81711

Black with #C81711

Text Example


Text Example

White with #C81711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81711; }

 p { color: rgb(200,23,17); }

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

background-color css

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

 a { background-color: rgb(200,23,17); }

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

border-color css

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

 span { border-color: rgb(200,23,17); }

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