Html Css Color HEX #C01706 Free Speech Red

📋 copy color: '#C01706'

red 192 ◦ green 23 ◦ blue 6

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

Shades of Free Speech Red #C01706

Tints of Free Speech Red #C01706

RGB

 RED value IS 192 (75.39% from 255) = 86.88%

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 86.88%
G = 10.41%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C01706 (or 0xC01706) is known color: Free Speech Red. HEX triplet: C0, 17 and 06. RGB value is (192,23,6). Sum of RGB (Red+Green+Blue) = 192+23+6=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C01706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01706 is #3FE8F9. Grayscale: #474747. Windows color (decimal): -4188410 or 399296. OLE color: 399296.

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

Color convert

RGB 192 23 6 -
CMYK 0 0.88 0.97 0.25
HSL 5.48º 0.94% 0.39% -
HSV(B) 5.48º 0.97% 0.75% -
XYZ 22.08 11.83 1.29 -
YUV 71.59 90.99 213.88 -
System Red Green Blue C M Y K H S L
Decimal 192 23 6 0 0.88 0.97 0.25 5.48 0.94 0.39
Hex C0 17 6 0 58 61 19 5 5E 27
Octal 300 27 6 0 130 141 31 5 136 47
Binary 11000000 10111 110 0 1011000 1100001 11001 101 1011110 100111

Color Harmonies of #C01706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01706

Black with #C01706

Text Example


Text Example

White with #C01706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01706; }

 p { color: rgb(192,23,6); }

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

background-color css

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

 a { background-color: rgb(192,23,6); }

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

border-color css

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

 span { border-color: rgb(192,23,6); }

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