Html Css Color HEX #C5150B Free Speech Red

📋 copy color: '#C5150B'

red 197 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #C5150B

Tints of Free Speech Red #C5150B

RGB

 RED value IS 197 (77.34% from 255) = 86.03%

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

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

R = 86.03%
G = 9.17%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5150B (or 0xC5150B) is known color: Free Speech Red. HEX triplet: C5, 15 and 0B. RGB value is (197,21,11). Sum of RGB (Red+Green+Blue) = 197+21+11=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C5150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5150B is #3AEAF4. Grayscale: #484848. Windows color (decimal): -3861237 or 726469. OLE color: 726469.

HSL color Cylindrical-coordinate representation of color #C5150B: hue angle of 3.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5150B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 11 -
CMYK 0 0.89 0.94 0.23
HSL 3.23º 0.89% 0.41% -
HSV(B) 3.23º 0.94% 0.77% -
XYZ 23.35 12.43 1.49 -
YUV 72.48 93.31 216.81 -
System Red Green Blue C M Y K H S L
Decimal 197 21 11 0 0.89 0.94 0.23 3.23 0.89 0.41
Hex C5 15 B 0 59 5E 17 3 59 29
Octal 305 25 13 0 131 136 27 3 131 51
Binary 11000101 10101 1011 0 1011001 1011110 10111 11 1011001 101001

Color Harmonies of #C5150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5150B

Black with #C5150B

Text Example


Text Example

White with #C5150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5150B; }

 p { color: rgb(197,21,11); }

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

background-color css

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

 a { background-color: rgb(197,21,11); }

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

border-color css

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

 span { border-color: rgb(197,21,11); }

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