Html Css Color HEX #C20F06 Free Speech Red

📋 copy color: '#C20F06'

red 194 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #C20F06

Tints of Free Speech Red #C20F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

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

R = 90.23%
G = 6.98%
B = 2.79%

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

#C20F06 (or 0xC20F06) is known color: Free Speech Red. HEX triplet: C2, 0F and 06. RGB value is (194,15,6). Sum of RGB (Red+Green+Blue) = 194+15+6=215 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.23% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F06 is #3DF0F9. Grayscale: #434343. Windows color (decimal): -4059386 or 397250. OLE color: 397250.

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

Color convert

RGB 194 15 6 -
CMYK 0 0.92 0.97 0.24
HSL 2.87º 0.94% 0.39% -
HSV(B) 2.87º 0.97% 0.76% -
XYZ 22.45 11.82 1.27 -
YUV 67.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 194 15 6 0 0.92 0.97 0.24 2.87 0.94 0.39
Hex C2 F 6 0 5C 61 18 3 5E 27
Octal 302 17 6 0 134 141 30 3 136 47
Binary 11000010 1111 110 0 1011100 1100001 11000 11 1011110 100111

Color Harmonies of #C20F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F06

Black with #C20F06

Text Example


Text Example

White with #C20F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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