Html Css Color HEX #C9180B Free Speech Red

📋 copy color: '#C9180B'

red 201 ◦ green 24 ◦ blue 11

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

Shades of Free Speech Red #C9180B

Tints of Free Speech Red #C9180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 85.17%
G = 10.17%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9180B (or 0xC9180B) is known color: Free Speech Red. HEX triplet: C9, 18 and 0B. RGB value is (201,24,11). Sum of RGB (Red+Green+Blue) = 201+24+11=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C9180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9180B is #36E7F4. Grayscale: #4B4B4B. Windows color (decimal): -3598325 or 727241. OLE color: 727241.

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

Color convert

RGB 201 24 11 -
CMYK 0 0.88 0.95 0.21
HSL 4.11º 0.9% 0.42% -
HSV(B) 4.11º 0.95% 0.79% -
XYZ 24.47 13.09 1.55 -
YUV 75.44 91.64 217.56 -
System Red Green Blue C M Y K H S L
Decimal 201 24 11 0 0.88 0.95 0.21 4.11 0.9 0.42
Hex C9 18 B 0 58 5F 15 4 5A 2A
Octal 311 30 13 0 130 137 25 4 132 52
Binary 11001001 11000 1011 0 1011000 1011111 10101 100 1011010 101010

Color Harmonies of #C9180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9180B

Black with #C9180B

Text Example


Text Example

White with #C9180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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