Html Css Color HEX #C8170D Free Speech Red

📋 copy color: '#C8170D'

red 200 ◦ green 23 ◦ blue 13

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

Shades of Free Speech Red #C8170D

Tints of Free Speech Red #C8170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 84.75%
G = 9.75%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8170D (or 0xC8170D) is known color: Free Speech Red. HEX triplet: C8, 17 and 0D. RGB value is (200,23,13). Sum of RGB (Red+Green+Blue) = 200+23+13=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C8170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8170D is #37E8F2. Grayscale: #4B4B4B. Windows color (decimal): -3664115 or 858056. OLE color: 858056.

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

Color convert

RGB 200 23 13 -
CMYK 0 0.88 0.94 0.22
HSL 3.21º 0.88% 0.42% -
HSV(B) 3.21º 0.94% 0.78% -
XYZ 24.2 12.92 1.6 -
YUV 74.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 200 23 13 0 0.88 0.94 0.22 3.21 0.88 0.42
Hex C8 17 D 0 58 5E 16 3 58 2A
Octal 310 27 15 0 130 136 26 3 130 52
Binary 11001000 10111 1101 0 1011000 1011110 10110 11 1011000 101010

Color Harmonies of #C8170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8170D

Black with #C8170D

Text Example


Text Example

White with #C8170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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