Html Css Color HEX #C9110D Free Speech Red

📋 copy color: '#C9110D'

red 201 ◦ green 17 ◦ blue 13

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

Shades of Free Speech Red #C9110D

Tints of Free Speech Red #C9110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

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

R = 87.01%
G = 7.36%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9110D (or 0xC9110D) is known color: Free Speech Red. HEX triplet: C9, 11 and 0D. RGB value is (201,17,13). Sum of RGB (Red+Green+Blue) = 201+17+13=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C9110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9110D is #36EEF2. Grayscale: #474747. Windows color (decimal): -3600115 or 856521. OLE color: 856521.

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

Color convert

RGB 201 17 13 -
CMYK 0 0.92 0.94 0.21
HSL 1.28º 0.88% 0.42% -
HSV(B) 1.28º 0.94% 0.79% -
XYZ 24.36 12.85 1.58 -
YUV 71.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 201 17 13 0 0.92 0.94 0.21 1.28 0.88 0.42
Hex C9 11 D 0 5C 5E 15 1 58 2A
Octal 311 21 15 0 134 136 25 1 130 52
Binary 11001001 10001 1101 0 1011100 1011110 10101 1 1011000 101010

Color Harmonies of #C9110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9110D

Black with #C9110D

Text Example


Text Example

White with #C9110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9110D; }

 p { color: rgb(201,17,13); }

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

background-color css

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

 a { background-color: rgb(201,17,13); }

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

border-color css

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

 span { border-color: rgb(201,17,13); }

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