Html Css Color HEX #C9180C Free Speech Red

📋 copy color: '#C9180C'

red 201 ◦ green 24 ◦ blue 12

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

Shades of Free Speech Red #C9180C

Tints of Free Speech Red #C9180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 84.81%
G = 10.13%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9180C (or 0xC9180C) is known color: Free Speech Red. HEX triplet: C9, 18 and 0C. RGB value is (201,24,12). Sum of RGB (Red+Green+Blue) = 201+24+12=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C9180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9180C is #36E7F3. Grayscale: #4B4B4B. Windows color (decimal): -3598324 or 792777. OLE color: 792777.

HSL color Cylindrical-coordinate representation of color #C9180C: hue angle of 3.81º degrees, saturation: 0.89, 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 #C9180C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 12 -
CMYK 0 0.88 0.94 0.21
HSL 3.81º 0.89% 0.42% -
HSV(B) 3.81º 0.94% 0.79% -
XYZ 24.48 13.1 1.59 -
YUV 75.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 201 24 12 0 0.88 0.94 0.21 3.81 0.89 0.42
Hex C9 18 C 0 58 5E 15 4 59 2A
Octal 311 30 14 0 130 136 25 4 131 52
Binary 11001001 11000 1100 0 1011000 1011110 10101 100 1011001 101010

Color Harmonies of #C9180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9180C

Black with #C9180C

Text Example


Text Example

White with #C9180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9180C; }

 p { color: rgb(201,24,12); }

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

background-color css

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

 a { background-color: rgb(201,24,12); }

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

border-color css

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

 span { border-color: rgb(201,24,12); }

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