Html Css Color HEX #C9150E Free Speech Red

📋 copy color: '#C9150E'

red 201 ◦ green 21 ◦ blue 14

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

Shades of Free Speech Red #C9150E

Tints of Free Speech Red #C9150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 85.17%
G = 8.9%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9150E (or 0xC9150E) is known color: Free Speech Red. HEX triplet: C9, 15 and 0E. RGB value is (201,21,14). Sum of RGB (Red+Green+Blue) = 201+21+14=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C9150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9150E is #36EAF1. Grayscale: #4A4A4A. Windows color (decimal): -3599090 or 923081. OLE color: 923081.

HSL color Cylindrical-coordinate representation of color #C9150E: hue angle of 2.25º degrees, saturation: 0.87, 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 #C9150E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 14 -
CMYK 0 0.90 0.93 0.21
HSL 2.25º 0.87% 0.42% -
HSV(B) 2.25º 0.93% 0.79% -
XYZ 24.43 12.99 1.63 -
YUV 74.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 201 21 14 0 0.90 0.93 0.21 2.25 0.87 0.42
Hex C9 15 E 0 5A 5D 15 2 57 2A
Octal 311 25 16 0 132 135 25 2 127 52
Binary 11001001 10101 1110 0 1011010 1011101 10101 10 1010111 101010

Color Harmonies of #C9150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9150E

Black with #C9150E

Text Example


Text Example

White with #C9150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9150E; }

 p { color: rgb(201,21,14); }

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

background-color css

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

 a { background-color: rgb(201,21,14); }

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

border-color css

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

 span { border-color: rgb(201,21,14); }

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