Html Css Color HEX #C9170F Free Speech Red

📋 copy color: '#C9170F'

red 201 ◦ green 23 ◦ blue 15

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

Shades of Free Speech Red #C9170F

Tints of Free Speech Red #C9170F

RGB

 RED value IS 201 (78.91% from 255) = 84.1%

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

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 84.1%
G = 9.62%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9170F (or 0xC9170F) is known color: Free Speech Red. HEX triplet: C9, 17 and 0F. RGB value is (201,23,15). Sum of RGB (Red+Green+Blue) = 201+23+15=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C9170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9170F is #36E8F0. Grayscale: #4B4B4B. Windows color (decimal): -3598577 or 989129. OLE color: 989129.

HSL color Cylindrical-coordinate representation of color #C9170F: hue angle of 2.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9170F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 15 -
CMYK 0 0.89 0.93 0.21
HSL 2.58º 0.86% 0.42% -
HSV(B) 2.58º 0.93% 0.79% -
XYZ 24.48 13.06 1.68 -
YUV 75.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 201 23 15 0 0.89 0.93 0.21 2.58 0.86 0.42
Hex C9 17 F 0 59 5D 15 3 56 2A
Octal 311 27 17 0 131 135 25 3 126 52
Binary 11001001 10111 1111 0 1011001 1011101 10101 11 1010110 101010

Color Harmonies of #C9170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9170F

Black with #C9170F

Text Example


Text Example

White with #C9170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9170F; }

 p { color: rgb(201,23,15); }

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

background-color css

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

 a { background-color: rgb(201,23,15); }

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

border-color css

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

 span { border-color: rgb(201,23,15); }

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