Html Css Color HEX #C21B06 Free Speech Red

📋 copy color: '#C21B06'

red 194 ◦ green 27 ◦ blue 6

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

Shades of Free Speech Red #C21B06

Tints of Free Speech Red #C21B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.89%

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

R = 85.46%
G = 11.89%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C21B06 (or 0xC21B06) is known color: Free Speech Red. HEX triplet: C2, 1B and 06. RGB value is (194,27,6). Sum of RGB (Red+Green+Blue) = 194+27+6=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B06 is #3DE4F9. Grayscale: #4A4A4A. Windows color (decimal): -4056314 or 400322. OLE color: 400322.

HSL color Cylindrical-coordinate representation of color #C21B06: hue angle of 6.7º 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 #C21B06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 27 6 -
CMYK 0 0.86 0.97 0.24
HSL 6.7º 0.94% 0.39% -
HSV(B) 6.7º 0.97% 0.76% -
XYZ 22.67 12.27 1.34 -
YUV 74.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 194 27 6 0 0.86 0.97 0.24 6.7 0.94 0.39
Hex C2 1B 6 0 56 61 18 7 5E 27
Octal 302 33 6 0 126 141 30 7 136 47
Binary 11000010 11011 110 0 1010110 1100001 11000 111 1011110 100111

Color Harmonies of #C21B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B06

Black with #C21B06

Text Example


Text Example

White with #C21B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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