Html Css Color HEX #C9150D Free Speech Red

📋 copy color: '#C9150D'

red 201 ◦ green 21 ◦ blue 13

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

Shades of Free Speech Red #C9150D

Tints of Free Speech Red #C9150D

RGB

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

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

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

R = 85.53%
G = 8.94%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9150D (or 0xC9150D) is known color: Free Speech Red. HEX triplet: C9, 15 and 0D. RGB value is (201,21,13). Sum of RGB (Red+Green+Blue) = 201+21+13=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C9150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9150D is #36EAF2. Grayscale: #4A4A4A. Windows color (decimal): -3599091 or 857545. OLE color: 857545.

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

Color convert

RGB 201 21 13 -
CMYK 0 0.90 0.94 0.21
HSL 2.55º 0.88% 0.42% -
HSV(B) 2.55º 0.94% 0.79% -
XYZ 24.43 12.98 1.6 -
YUV 73.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 201 21 13 0 0.90 0.94 0.21 2.55 0.88 0.42
Hex C9 15 D 0 5A 5E 15 3 58 2A
Octal 311 25 15 0 132 136 25 3 130 52
Binary 11001001 10101 1101 0 1011010 1011110 10101 11 1011000 101010

Color Harmonies of #C9150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9150D

Black with #C9150D

Text Example


Text Example

White with #C9150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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