Html Css Color HEX #C2150D Free Speech Red

📋 copy color: '#C2150D'

red 194 ◦ green 21 ◦ blue 13

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

Shades of Free Speech Red #C2150D

Tints of Free Speech Red #C2150D

RGB

 RED value IS 194 (76.17% from 255) = 85.09%

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

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

R = 85.09%
G = 9.21%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2150D (or 0xC2150D) is known color: Free Speech Red. HEX triplet: C2, 15 and 0D. RGB value is (194,21,13). Sum of RGB (Red+Green+Blue) = 194+21+13=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C2150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2150D is #3DEAF2. Grayscale: #484848. Windows color (decimal): -4057843 or 857538. OLE color: 857538.

HSL color Cylindrical-coordinate representation of color #C2150D: hue angle of 2.65º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2150D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 13 -
CMYK 0 0.89 0.93 0.24
HSL 2.65º 0.87% 0.41% -
HSV(B) 2.65º 0.93% 0.76% -
XYZ 22.59 12.03 1.51 -
YUV 71.82 94.81 215.15 -
System Red Green Blue C M Y K H S L
Decimal 194 21 13 0 0.89 0.93 0.24 2.65 0.87 0.41
Hex C2 15 D 0 59 5D 18 3 57 29
Octal 302 25 15 0 131 135 30 3 127 51
Binary 11000010 10101 1101 0 1011001 1011101 11000 11 1010111 101001

Color Harmonies of #C2150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2150D

Black with #C2150D

Text Example


Text Example

White with #C2150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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