Html Css Color HEX #C21006 Free Speech Red

📋 copy color: '#C21006'

red 194 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #C21006

Tints of Free Speech Red #C21006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 6 (2.73% from 255) = 2.78%

R = 89.81%
G = 7.41%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C21006 (or 0xC21006) is known color: Free Speech Red. HEX triplet: C2, 10 and 06. RGB value is (194,16,6). Sum of RGB (Red+Green+Blue) = 194+16+6=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C21006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21006 is #3DEFF9. Grayscale: #444444. Windows color (decimal): -4059130 or 397506. OLE color: 397506.

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

Color convert

RGB 194 16 6 -
CMYK 0 0.92 0.97 0.24
HSL 3.19º 0.94% 0.39% -
HSV(B) 3.19º 0.97% 0.76% -
XYZ 22.47 11.85 1.28 -
YUV 68.08 92.97 217.81 -
System Red Green Blue C M Y K H S L
Decimal 194 16 6 0 0.92 0.97 0.24 3.19 0.94 0.39
Hex C2 10 6 0 5C 61 18 3 5E 27
Octal 302 20 6 0 134 141 30 3 136 47
Binary 11000010 10000 110 0 1011100 1100001 11000 11 1011110 100111

Color Harmonies of #C21006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21006

Black with #C21006

Text Example


Text Example

White with #C21006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21006; }

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

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

background-color css

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

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

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

border-color css

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

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

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