Html Css Color HEX #C9180D Free Speech Red

📋 copy color: '#C9180D'

red 201 ◦ green 24 ◦ blue 13

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

Shades of Free Speech Red #C9180D

Tints of Free Speech Red #C9180D

RGB

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

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

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

R = 84.45%
G = 10.08%
B = 5.46%

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

#C9180D (or 0xC9180D) is known color: Free Speech Red. HEX triplet: C9, 18 and 0D. RGB value is (201,24,13). Sum of RGB (Red+Green+Blue) = 201+24+13=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C9180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9180D is #36E7F2. Grayscale: #4B4B4B. Windows color (decimal): -3598323 or 858313. OLE color: 858313.

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

Color convert

RGB 201 24 13 -
CMYK 0 0.88 0.94 0.21
HSL 3.51º 0.88% 0.42% -
HSV(B) 3.51º 0.94% 0.79% -
XYZ 24.49 13.1 1.62 -
YUV 75.67 92.64 217.39 -
System Red Green Blue C M Y K H S L
Decimal 201 24 13 0 0.88 0.94 0.21 3.51 0.88 0.42
Hex C9 18 D 0 58 5E 15 4 58 2A
Octal 311 30 15 0 130 136 25 4 130 52
Binary 11001001 11000 1101 0 1011000 1011110 10101 100 1011000 101010

Color Harmonies of #C9180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9180D

Black with #C9180D

Text Example


Text Example

White with #C9180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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