Html Css Color HEX #C21210 Free Speech Red

📋 copy color: '#C21210'

red 194 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #C21210

Tints of Free Speech Red #C21210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 85.09%
G = 7.89%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C21210 (or 0xC21210) is known color: Free Speech Red. HEX triplet: C2, 12 and 10. RGB value is (194,18,16). Sum of RGB (Red+Green+Blue) = 194+18+16=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21210 is #3DEDEF. Grayscale: #464646. Windows color (decimal): -4058608 or 1053378. OLE color: 1053378.

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

Color convert

RGB 194 18 16 -
CMYK 0 0.91 0.92 0.24
HSL 0.67º 0.85% 0.41% -
HSV(B) 0.67º 0.92% 0.76% -
XYZ 22.56 11.94 1.61 -
YUV 70.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 194 18 16 0 0.91 0.92 0.24 0.67 0.85 0.41
Hex C2 12 10 0 5B 5C 18 1 55 29
Octal 302 22 20 0 133 134 30 1 125 51
Binary 11000010 10010 10000 0 1011011 1011100 11000 1 1010101 101001

Color Harmonies of #C21210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21210

Black with #C21210

Text Example


Text Example

White with #C21210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21210; }

 p { color: rgb(194,18,16); }

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

background-color css

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

 a { background-color: rgb(194,18,16); }

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

border-color css

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

 span { border-color: rgb(194,18,16); }

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